appreportdesignerExportexcelxlsxPost method
Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult> >
appreportdesignerExportexcelxlsxPost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<
chopper.Response<
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
>
>
appreportdesignerExportexcelxlsxPost({
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
() =>
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
.fromJsonFactory,
);
return _appreportdesignerExportexcelxlsxPost(body: body);
}