storefrontcatalogIdCatalogGet method
Future<Response<WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse> >
storefrontcatalogIdCatalogGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse
>
>
storefrontcatalogIdCatalogGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse,
() => WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse
.fromJsonFactory,
);
return _storefrontcatalogIdCatalogGet(id: id);
}