instance property

AppOpsWatcherPlatform get instance

Implementation

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

Implementation

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