appimagePost method
Implementation
Future<chopper.Response> appimagePost({
required WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerAddAsyncRequest?
body,
}) {
return _appimagePost(body: body);
}
Future<chopper.Response> appimagePost({
required WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerAddAsyncRequest?
body,
}) {
return _appimagePost(body: body);
}