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