ordersbydealreportExportexcelxlsxPost method

Implementation

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

  return _ordersbydealreportExportexcelxlsxPost(body: body);
}