assetReportGet abstract method

  1. @Post(path: '/asset_report/get')
Future<Response<AssetReportGetResponse>> assetReportGet({
  1. @Body() @required AssetReportGetRequest? body,
})

Retrieve an Asset Report @param body

Implementation

@Post(path: '/asset_report/get')
Future<chopper.Response<AssetReportGetResponse>> assetReportGet(
    {@Body() @required AssetReportGetRequest? body});