cancelScheduledNotification method

Future<bool> cancelScheduledNotification(
  1. String id
)

Cancel a scheduled notification

Implementation

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