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