onNotificationClick property

dynamic Function(RemoteMessage notification, VoidCallback setState) onNotificationClick
final

Will be called whenever user taps on notification

Implementation

final Function(RemoteMessage notification, VoidCallback setState)
    onNotificationClick;