nexo/packages/messaging_flutter/lib/nexo_messaging.dart
toki ea77708c4f feat(messaging): Web 알림 전경 계약을 추가한다
Flutter Web foreground 알림 흐름을 이어가기 위해 permission API와 payload mapper를 패키지 내부 계약으로 고정한다.
2026-06-07 15:08:40 +09:00

5 lines
217 B
Dart

export 'src/nexo_messaging_options.dart';
export 'src/nexo_messaging_plugin.dart';
export 'src/web_notification_permission.dart';
export 'src/notification_opened_event.dart';
export 'src/push_notification_type.dart';