cancelAllNotifications static method
Cancels all notifications.
Implementation
static Future<void> cancelAllNotifications() async {
await Nylo.localNotifications((localNotifications) async {
await localNotifications.cancelAll();
});
}
Cancels all notifications.
static Future<void> cancelAllNotifications() async {
await Nylo.localNotifications((localNotifications) async {
await localNotifications.cancelAll();
});
}