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