cancelAllNotifications method

Future<bool> cancelAllNotifications()

Cancel all notifications

Implementation

Future<bool> cancelAllNotifications() {
  throw UnimplementedError('cancelAllNotifications() has not been implemented.');
}