receiptprocessbatchExportexcelxlsxPost method

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

Implementation

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

  return _receiptprocessbatchExportexcelxlsxPost(body: body);
}