instance property

SmartRestartPlatform get instance

Implementation

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

Implementation

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