cancelAllPendingNotifications method
Cancels/removes all pending notifications.
This only applies to notifications that have been scheduled.
Implementation
@override
Future<void> cancelAllPendingNotifications() async {
await _channel.invokeMethod('cancelAllPendingNotifications');
}