instance property

V2rayBoxPlatform get instance

Implementation

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

Implementation

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