startService method

Future<void> startService({
  1. required AlarmModel model,
})

Implementation

Future<void> startService({
  required AlarmModel model,
}) {
  throw UnimplementedError('startService() has not been implemented.');
}