kemApiV3DevicesIdAtsPost method

Future<Response<CommandTaskIdDTO>> kemApiV3DevicesIdAtsPost({
  1. required int? id,
  2. 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);
}