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