instance property

Implementation

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

Implementation

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