When openning an issue, please include following information for better support
Question.
Whenever do presentLocalNotification, my device produce a new icon on tray. But I would like to clear all tray icons when app is on. Is there a way to clear the icon which is generated from presentLocalNotification?
FCM.removeAllDeliveredNotifications();
FCM.removeAllDeliveredNotifications() works for me
Most helpful comment
FCM.removeAllDeliveredNotifications();