systemupdateVersionhotfixPost method
Future<Response<WebApiModulesAdministratorSystemUpdateGetVersionHotfixResponse> >
systemupdateVersionhotfixPost({
- required WebApiModulesAdministratorSystemUpdateGetVersionHotfixRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesAdministratorSystemUpdateGetVersionHotfixResponse>>
systemupdateVersionhotfixPost(
{required WebApiModulesAdministratorSystemUpdateGetVersionHotfixRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesAdministratorSystemUpdateGetVersionHotfixResponse,
() => WebApiModulesAdministratorSystemUpdateGetVersionHotfixResponse
.fromJsonFactory);
return _systemupdateVersionhotfixPost(body: body);
}