kemApiV3DealerInProgressDevicesGet method

Future<Response<List<InProgressDeviceDTO>>> kemApiV3DealerInProgressDevicesGet()

Implementation

Future<chopper.Response<List<InProgressDeviceDTO>>>
    kemApiV3DealerInProgressDevicesGet() {
  generatedMapping.putIfAbsent(
      InProgressDeviceDTO, () => InProgressDeviceDTO.fromJsonFactory);

  return _kemApiV3DealerInProgressDevicesGet();
}