FCMNotificationClickListener constructor
- {Key key,
- @required Widget child,
- @required dynamic onNotificationClick(
- FCMNotification notification,
- VoidCallback setState
Implementation
const FCMNotificationClickListener(
{Key key, @required this.child, @required this.onNotificationClick})
: super(key: key);