kemApiV3DealerInProgressDevicesPost method

Future<Response<InProgressDeviceDTO>> kemApiV3DealerInProgressDevicesPost({
  1. required InProgressDeviceAdditionV3Body? body,
})

Implementation

Future<chopper.Response<InProgressDeviceDTO>>
    kemApiV3DealerInProgressDevicesPost(
        {required InProgressDeviceAdditionV3Body? body}) {
  generatedMapping.putIfAbsent(
      InProgressDeviceDTO, () => InProgressDeviceDTO.fromJsonFactory);

  return _kemApiV3DealerInProgressDevicesPost(body: body);
}