kemApiV3DealerInProgressDevicesPost method
- required InProgressDeviceAdditionV3Body? body,
Implementation
Future<chopper.Response<InProgressDeviceDTO>>
kemApiV3DealerInProgressDevicesPost(
{required InProgressDeviceAdditionV3Body? body}) {
generatedMapping.putIfAbsent(
InProgressDeviceDTO, () => InProgressDeviceDTO.fromJsonFactory);
return _kemApiV3DealerInProgressDevicesPost(body: body);
}