kemproApiV2DevicesIdExerciseGet method
- required int? id,
Get the exercise information of the device with the given ID @param id
Implementation
Future<chopper.Response<ExerciseInfoV2>> kemproApiV2DevicesIdExerciseGet(
{required int? id}) {
generatedMapping.putIfAbsent(
ExerciseInfoV2, () => ExerciseInfoV2.fromJsonFactory);
return _kemproApiV2DevicesIdExerciseGet(id: id);
}