cancelAllNotifications static method
Cancel all notifications
Implementation
static Future<void> cancelAllNotifications() async {
await _localNotifications.cancelAll();
}
Cancel all notifications
static Future<void> cancelAllNotifications() async {
await _localNotifications.cancelAll();
}