appimagePost method

Implementation

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