SelectNotificationCallback typedef
SelectNotificationCallback =
void Function(String? payload)
Signature of callback passed to initialize
that is triggered when user
taps on a notification.
Implementation
typedef SelectNotificationCallback = void Function(String? payload);