instance property

PlayerSdkPlatform get instance

Implementation

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

Implementation

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