cancelAll method

Future<void> cancelAll()

Cancel all scheduled notifications.

Implementation

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