cancelAll static method

Future<void> cancelAll()

Implementation

static Future<void> cancelAll() async {
  await _flutterLocalNotificationsPlugin.cancelAll();
}