salesquotebillingreportExportexcelxlsxPost method

Implementation

Future<
  chopper.Response<
    FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
  >
>
salesquotebillingreportExportexcelxlsxPost({
  required WebApiModulesReportsBillingSalesQuoteBillingReportSalesQuoteBillingReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
    () =>
        FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
            .fromJsonFactory,
  );

  return _salesquotebillingreportExportexcelxlsxPost(body: body);
}