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