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