Add function that exposes removeAllPendingNotificationRequests
At the moment the method for cancelling all notifications involves also clearing notifications that have been pushed. Current implementation for reference: https://github.com/MaikuB/flutter_local_notifications/blob/8839a00cdfcdecc5090da5ccb766da42cdbe2a88/flutter_local_notifications/macos/flutter_local_notifications/Sources/flutter_local_notifications/FlutterLocalNotificationsPlugin.swift#L370-L384
In order to avoid canceling pushed notifications one has to use a persistent solution to track notification IDs and delivery times in order to know which ids can be cancelled. It would be great if we could simply expose a function that exclusively calls removeAllPendingNotificationRequests.
Can you submit a PR for this?
I've submit PR #2639 for this issue. Would you mind to check this? @MaikuB @ohkhan
Will do, I approved the run already so that at least you can see if any checks fail
Closing this as #2639 has been merged