instance property

Implementation

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

Implementation

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