onNotification property

dynamic Function(RemoteMessage notification, VoidCallback setState) onNotification
final

Will be called whenever a new notification come and app is in foreground

Implementation

final Function(RemoteMessage notification, VoidCallback setState)
    onNotification;