ProxyManagerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ProxyManagerPlatform
Implementers

Constructors

ProxyManagerPlatform()
Constructs a ProxyManagerPlatform.

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

cleanSystemProxy() Future<void>
unset system proxy base
getPlatformVersion() Future<String?>
get platform version
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSystemProxy(ProxyTypes types, String url, int port) Future<void>
set system proxy base
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ProxyManagerPlatform
The default instance of ProxyManagerPlatform to use.
getter/setter pair