instance property

NexusPlatform get instance

Implementation

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

Implementation

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