cancelAllNotifications method

Future<void> cancelAllNotifications()

Cancel all notifications

Implementation

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