withWebConfig method

RudderConfigBuilder withWebConfig(
  1. WebConfig webConfig
)

Implementation

RudderConfigBuilder withWebConfig(WebConfig webConfig) {
  __webConfig = webConfig;
  return this;
}