removeScheduleAlarm method

Future removeScheduleAlarm({
  1. required int id,
})

remove schedule notification ID Means notificationIdentifier

Implementation

Future<dynamic> removeScheduleAlarm({required int id}) {
  throw UnimplementedError('removeScheduleAlarm() has not been implemented.');
}