currencymissingExportexcelxlsxPost method

Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>> currencymissingExportexcelxlsxPost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<
        chopper.Response<
            FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>>
    currencymissingExportexcelxlsxPost(
        {required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(
      FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
      () =>
          FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
              .fromJsonFactory);

  return _currencymissingExportexcelxlsxPost(body: body);
}