NotificationHandlerFunc typedef

NotificationHandlerFunc = void Function(NotificationSource src, RemoteMessage message)

how the message listeners should look like

Implementation

typedef NotificationHandlerFunc = void Function(
  NotificationSource src,
  RemoteMessage message,
);