mirzemehdi / KMPNotifier

Kotlin Multiplatform Push Notification Library targetting android, iOS, Desktop and Web (JS and Wasm)
http://mirzemehdi.com/KMPNotifier/
Apache License 2.0
340 stars 19 forks source link

Implementing removeAll and remove functionality for notificaiton #12

Closed mirzemehdi closed 9 months ago

mirzemehdi commented 9 months ago

remove(id:Int) - Remove notification by id removeAll() - Removes all previously shown notifications.

Updating api