NotificationCallback typedef

NotificationCallback = void Function(NotificationCallbackDetails details)

Implementation

typedef NotificationCallback = void Function(
    NotificationCallbackDetails details);