cancelScheduledNotification method
Cancel a previously scheduled notification by its id.
Implementation
Future<bool> cancelScheduledNotification(int id) {
throw UnimplementedError(
'cancelScheduledNotification() has not been implemented.',
);
}