Added FCMPlugin.clearAllNotifications()
Changelog
Added FCMPlugin.clearAllNotifications()
Older notifications can be cleared from notification center. Works on both IOS and Android.
//FCMPlugin.clearAllNotifications( successCallback(msg), errorCallback(err) );
FCMPlugin.clearAllNotifications();