instance property

IvsPlayerInterface get instance

Implementation

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

Implementation

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