systemupdateVersionhotfixPost method

Implementation

Future<
  chopper.Response<
    FwStandardModulesAdministratorSystemUpdateGetVersionHotfixResponse
  >
>
systemupdateVersionhotfixPost({
  required FwStandardModulesAdministratorSystemUpdateGetVersionHotfixRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardModulesAdministratorSystemUpdateGetVersionHotfixResponse,
    () => FwStandardModulesAdministratorSystemUpdateGetVersionHotfixResponse
        .fromJsonFactory,
  );

  return _systemupdateVersionhotfixPost(body: body);
}