assetReportRemove abstract method

  1. @Post(path: '/asset_report/remove')
Future<Response<AssetReportRemoveResponse>> assetReportRemove({
  1. @Body() @required AssetReportRemoveRequest? body,
})

Delete an Asset Report @param body

Implementation

@Post(path: '/asset_report/remove')
Future<chopper.Response<AssetReportRemoveResponse>> assetReportRemove(
    {@Body() @required AssetReportRemoveRequest? body});