useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost method
Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult> >
useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost({
- required String? fileDownloadName,
- required FwStandardModelsBrowseRequest? body,
@param fileDownloadName
Implementation
Future<
chopper.Response<
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
>
>
useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost({
required String? fileDownloadName,
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
() =>
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
.fromJsonFactory,
);
return _useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost(
fileDownloadName: fileDownloadName,
body: body,
);
}