appimagePost method

Implementation

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