OnRemoteMessageCallback typedef

OnRemoteMessageCallback = FutureOr<void> Function(PushNotificationMessage remotePushMessage)

Type definition for the callback functions provided to the onNotificationReceivedInBackground API

Implementation

typedef OnRemoteMessageCallback = FutureOr<void> Function(
  PushNotificationMessage remotePushMessage,
);