kemApiV3DealerInProgressDevicesGet method
Implementation
Future<chopper.Response<List<InProgressDeviceDTO>>>
kemApiV3DealerInProgressDevicesGet() {
generatedMapping.putIfAbsent(
InProgressDeviceDTO, () => InProgressDeviceDTO.fromJsonFactory);
return _kemApiV3DealerInProgressDevicesGet();
}