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