mo-ah-dawood / fcm_config

10 stars 12 forks source link

Why this plugin only provide widget? #11

Closed yukitaka13-1110 closed 3 years ago

yukitaka13-1110 commented 3 years ago

I want to receive push notification in provider.

I can use the onNotification callback to receive it in the provider, but it's inconvenient to have to use the widget.

Is it possible to receive push notification directory in provider?

mo-ah-dawood commented 3 years ago

3.0.9 FCMConfig.instance.listenClick(_onClick) // to listen notification click FirebaseMessaging.onMessage.listen(_onNewNotify) // to listen incomming notification