storefrontSettingsSchemaGet method
Future<Response<List<WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema> > >
storefrontSettingsSchemaGet()
Returns storefront settings.
Implementation
Future<
chopper.Response<
List<WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema>
>
>
storefrontSettingsSchemaGet() {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema,
() => WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema
.fromJsonFactory,
);
return _storefrontSettingsSchemaGet();
}