SystemNetworkProxyPlugin class

Inheritance
  • Object
  • PlatformInterface
  • SystemNetworkProxyPlatform
  • SystemNetworkProxyPlugin

Constructors

SystemNetworkProxyPlugin()

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 Methods

registerWith(Registrar registrar) → void
Registers this class as the default instance of UrlLauncherPlatform.