instance property

SignboxVpnPlatform get instance

Active platform implementation.

Implementation

static SignboxVpnPlatform get instance => _instance;
set instance (SignboxVpnPlatform instance)

Overrides the active platform implementation.

Implementation

static set instance(SignboxVpnPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}