boxedupCatalogGet method

Get catalogs.

Implementation

Future<chopper.Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>>
boxedupCatalogGet() {
  generatedMapping.putIfAbsent(
    WebApiModulesIntegrationsStorefrontWebCatalog,
    () => WebApiModulesIntegrationsStorefrontWebCatalog.fromJsonFactory,
  );

  return _boxedupCatalogGet();
}