storefrontSettingsSchemaGet method

Returns storefront settings.

Implementation

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

  return _storefrontSettingsSchemaGet();
}