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