instance property

ZoAppBlockerPlatform get instance

Implementation

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

Implementation

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