ProxySettings class sealed

Constructors

ProxySettings.list(List<CustomProxy> proxies)
Use a list of custom proxies.
const
factory
ProxySettings.noProxy()
Disables any proxy settings including system settings.
const
factory
ProxySettings.proxy(String url)
Use a single proxy for all requests. Example: ProxySettings.proxy('http://localhost:8080')
const
factory
ProxySettings.static({required String url, required ProxyCondition condition})
Use a single static proxy for specific requests.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited