DidReceiveBackgroundNotificationResponseCallback typedef
DidReceiveBackgroundNotificationResponseCallback =
void Function(NotificationResponse details)
Signature of callback triggered on background isolate when a user taps on a notification or a notification action.
Implementation
typedef DidReceiveBackgroundNotificationResponseCallback = void Function(
NotificationResponse details);