instance property

The default instance of SystemLiveUpdatesPlatform.

Implementation

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

Sets the platform implementation.

Implementation

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