ForegroundMessageHandler typedef

ForegroundMessageHandler = void Function(FirestackNotification message)

Callback invoked when a push notification is received while the app is in the foreground.

Implementation

typedef ForegroundMessageHandler = void Function(FirestackNotification message);