instance property

Implementation

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

Implementation

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