NotificationEventCallback typedef

NotificationEventCallback = Future<void> Function(NotificationEvent event)

Implementation

typedef NotificationEventCallback =
    Future<void> Function(NotificationEvent event);