consignoritemsreportExportexcelxlsxPost method

Implementation

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

  return _consignoritemsreportExportexcelxlsxPost(body: body);
}