instance property

RejourneyPlatform get instance

Implementation

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

Implementation

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