plugins
plugins copied to clipboard
[@nativescript/local-notifications] iOS removes pending while android removes shown
On iOS if you use cancel it wont hide a notification if it is already showing. While on android it will remove pending and shown notification.
I think the best would be add a remove method:
-
cancel/cancelAll: remove pending -
remove/removeAll: remove shown