NotificationCallback typedef
NotificationCallback =
void Function(NotificationCallbackDetails details)
Implementation
typedef NotificationCallback = void Function(
NotificationCallbackDetails details);
typedef NotificationCallback = void Function(
NotificationCallbackDetails details);