instance property

ScreenOnViewPlatform get instance

Implementation

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

Implementation

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