cancel method

  1. @override
Future<void> cancel(
  1. int id
)
override

Cancel a single notification and its respective schedule

Implementation

@override
Future<void> cancel(int id) {
  return LocalNotificationsPlatform.instance.cancel(id);
}