quotereportRunreportPost method

Implementation

Future<
    chopper
        .Response<WebApiDataAppReportResponse>> quotereportRunreportPost(
    {required WebApiModulesReportsOrderReportsQuoteReportQuoteReportRequest?
        body}) {
  generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
      () => WebApiDataAppReportResponse.fromJsonFactory);

  return _quotereportRunreportPost(body: body);
}