instance property

StopouBlockerPlatform get instance

Implementation

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

Implementation

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