assetReportRefresh abstract method

  1. @Post(path: '/asset_report/refresh')
Future<Response<AssetReportRefreshResponse>> assetReportRefresh({
  1. @Body() @required AssetReportRefreshRequest? body,
})

Refresh an Asset Report @param body

Implementation

@Post(path: '/asset_report/refresh')
Future<chopper.Response<AssetReportRefreshResponse>> assetReportRefresh(
    {@Body() @required AssetReportRefreshRequest? body});