cancelAll method

  1. @override
Future<void> cancelAll()
inherited

Cancels/removes all notifications. This applies to notifications that have been scheduled and those that have already been presented.

Implementation

@override
Future<void> cancelAll() => _channel.invokeMethod('cancelAll');