Flutter – FirebaseMessaging triggered twice when using onMessage and onMessageOpenedApp
In my flutter project I have configured to received Firebase messages when the app is opened or closed. But when the notification is triggered with the app closed, upon clicking in the notification and opening the app, the notification is…