cancelNotification method

Future<void> cancelNotification(
  1. String notificationId
)

Cancel a notification by ID

Implementation

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