instance property

PulsarPlatform get instance

Implementation

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

Implementation

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