instance property

BasecraftPlatform get instance

Implementation

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

Implementation

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