WireguardVpnPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WireguardVpnPlatform
Implementers

Constructors

WireguardVpnPlatform.new()
Constructs a WireguardVpnPlatform.

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

changeStateParams(SetStateParams params) Future<bool?>
Declaration of the method changeStateParams that receives an object of SetStateParams.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runningTunnelNames() Future<String?>
Declaration of the method runningTunnelNames this is responsible for obtaining the active tunnels.
toString() String
A string representation of this object.
inherited
tunnelGetStats(String name) Future<Stats?>
Declaration of the method tunnelGetStats this is responsible for obtaining the stats of the tunnels.

Operators

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

Static Properties

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