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