kemApiV3DevicesParametersFavoritesGet method
Get the favorite parameters for the device with the given ID.
Implementation
Future<chopper.Response<ParameterIdListingDTO>>
kemApiV3DevicesParametersFavoritesGet() {
generatedMapping.putIfAbsent(
ParameterIdListingDTO, () => ParameterIdListingDTO.fromJsonFactory);
return _kemApiV3DevicesParametersFavoritesGet();
}