storefrontCatalogGet method
Get catalogs.
Implementation
Future<chopper.Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>>
storefrontCatalogGet() {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsStorefrontWebCatalog,
() => WebApiModulesIntegrationsStorefrontWebCatalog.fromJsonFactory,
);
return _storefrontCatalogGet();
}