How to know when app got killed and clear all the pending notifications in flutter Android ?
- Yogesh Kumar
- 04-May-2022
- 0
Maybe you can clean all notifications where scheduled before runApp function in main function. With
await flutterLocalNotificationsPlugin.cancelAll();
272 0
7
* Be the first to Make Comment