SystemNetworkProxyMacos class

Inheritance
  • Object
  • PlatformInterface
  • SystemNetworkProxyPlatform
  • SystemNetworkProxyMacos

Constructors

SystemNetworkProxyMacos()

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

getProxyEnable() Future<bool>
Returns true if this platform is able to getProxyEnable.
override
getProxyServer() Future<String>
Returns true if this platform is able to getProxyServer.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProxyEnable(bool proxyEnable) Future<bool>
Returns true if this platform is able to setProxyEnable proxyEnable.
override
setProxyServer(String proxyServer) Future<bool>
Returns true if this platform is able to setProxyServer proxyServer.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SystemNetworkProxyMacos
getter/setter pair

Static Methods

concatCommands(List<String> commands) → dynamic
normalizeOutput(String output) → dynamic