kemApiV3InstallerDevicesEveronPost method
- required InstallerEveronAdditionV3Body? body,
Implementation
Future<chopper.Response<InstallerIdDTO>> kemApiV3InstallerDevicesEveronPost(
{required InstallerEveronAdditionV3Body? body}) {
generatedMapping.putIfAbsent(
InstallerIdDTO, () => InstallerIdDTO.fromJsonFactory);
return _kemApiV3InstallerDevicesEveronPost(body: body);
}