kemproApiV2DevicesIdExerciseStopPost method
- required int? id,
Stops a remote exercise cycle on device with the given ID @param id
Implementation
Future<chopper.Response> kemproApiV2DevicesIdExerciseStopPost(
{required int? id}) {
return _kemproApiV2DevicesIdExerciseStopPost(id: id);
}