ProxySettings constructor
ProxySettings(
- InternetAddress host,
- int port, {
- String? password,
- String? username,
Creates proxy settings object
Implementation
ProxySettings(
this.host,
this.port, {
this.password,
this.username,
});