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