FlutterVpnServicePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterVpnServicePlatform
Implementers

Constructors

FlutterVpnServicePlatform()
Constructs a FlutterVpnServicePlatform.

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

addAddress(String address, int prefixLength) Future<bool>
addRoute(String address, int prefixLength) Future<void>
disconnectVpn() Future<void>
establishVpn() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare() Future<bool>
protectSocket(int socket) Future<bool>
setSession(String session) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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