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