ProxySettings constructor

ProxySettings({
  1. List<String> bypassRules = const [],
  2. bool? bypassSimpleHostnames,
  3. List<String> directs = const [],
  4. List<ProxyRule> proxyRules = const [],
  5. bool? removeImplicitRules,
  6. bool reverseBypassEnabled = false,
})

Officially Supported Platforms/Implementations:

Implementation

ProxySettings({
  this.bypassRules = const [],
  this.bypassSimpleHostnames,
  this.directs = const [],
  this.proxyRules = const [],
  this.removeImplicitRules,
  this.reverseBypassEnabled = false,
});