kemApiV3DevicesIdAtsPost method
- required int? id,
- required ATSAdditionV3Body? body,
@param id
Implementation
Future<chopper.Response<CommandTaskIdDTO>> kemApiV3DevicesIdAtsPost({
required int? id,
required ATSAdditionV3Body? body,
}) {
generatedMapping.putIfAbsent(
CommandTaskIdDTO, () => CommandTaskIdDTO.fromJsonFactory);
return _kemApiV3DevicesIdAtsPost(id: id, body: body);
}