instance property

YandexPluginPlatform get instance

Implementation

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

Implementation

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