kemApiV3InstallerDevicesEveronPost method

Future<Response<InstallerIdDTO>> kemApiV3InstallerDevicesEveronPost({
  1. required InstallerEveronAdditionV3Body? body,
})

Implementation

Future<chopper.Response<InstallerIdDTO>> kemApiV3InstallerDevicesEveronPost(
    {required InstallerEveronAdditionV3Body? body}) {
  generatedMapping.putIfAbsent(
      InstallerIdDTO, () => InstallerIdDTO.fromJsonFactory);

  return _kemApiV3InstallerDevicesEveronPost(body: body);
}