systemupdateVersionhotfixPost method

Implementation

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

  return _systemupdateVersionhotfixPost(body: body);
}