instance property

ProdegePlayPlatform get instance

Implementation

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

Implementation

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