PushFireNotifications constructor
const
PushFireNotifications({})
Implementation
const PushFireNotifications(
{Key? key,
required this.child,
this.fcmTokenGet,
required this.onNotification,
required this.onTapNotification,
required this.onTapAppTerminatedNotification})
: super(key: key);