instance property
SshvpnFlutterPlatform
get
instance
Implementation
static SshvpnFlutterPlatform get instance => _instance;
set
instance
(SshvpnFlutterPlatform instance)
Implementation
static set instance(SshvpnFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}