app/common/notification_service library

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 function
final
flutterLocalNotificationsPlugin → FlutterLocalNotificationsPlugin
final
selectedNotificationPayload String?
getter/setter pair
selectNotificationStream StreamController<String?>
final

Functions

notificationTapBackground(NotificationResponse notificationResponse) → void