nexo/packages/messaging_flutter/lib/nexo_messaging.dart
toki caafd4f320 feat(messaging): Web 알림 API 기준을 추가한다
Flutter Web foreground 알림을 준비하기 위해 초기화 옵션과 token prefix 경계를 public API로 고정한다.

포트/환경 기준 문서와 로드맵 정리, agent-task 리뷰 산출물도 함께 반영한다.
2026-06-07 10:59:12 +09:00

4 lines
170 B
Dart

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