useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost method

Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>> useraccessUseraccessUserlocationaccessExportexcelxlsxFiledownloadnamePost({
  1. required String? fileDownloadName,
  2. 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);
}