services/localNotifications/local/receivedNotificationFunctions library
Properties
-
backgroundNotificationStream
→ StreamController<
String?> -
This file contains handlers for received local notifications.
final
Functions
-
nonTerminatedNotificationHandler(
NotificationResponse notification) → void - Handles a notification that was received while the app was in the background.
-
terminatedNotificationHandler(
) → Future< String?>