Hi am using FirebaseMessaging in my Flutter application to receive notifications. My application is receiving notification properly and displaying in notification tray when my app is not running.
The problem is: I received some notification for my application and those are added in notification tray. Then i navigated my application from application icon from launcher. Here i need to clear all the notifications related to my application from notification tray.
Please advice me one this. How to do it for Flutter application.