app/modules/notification/notification_service library
Classes
Constants
- darwinNotificationCategoryPlain → const String
- Defines a iOS/MacOS notification category for plain actions.
- darwinNotificationCategoryText → const String
- Defines a iOS/MacOS notification category for text input actions.
- A notification action which triggers a App navigation event
Properties
-
didReceiveLocalNotificationStream
→ StreamController<
ReceivedNotification> -
Streams are created so that app can respond to notification-related events
since the plugin is initialised in the
main
functionfinal - flutterLocalNotificationsPlugin → FlutterLocalNotificationsPlugin
-
final
- selectedNotificationPayload ↔ String?
-
getter/setter pair
-
selectNotificationStream
→ StreamController<
String?> -
final
Functions
-
notificationTapBackground(
NotificationResponse notificationResponse) → void