instance property
YandexAuthPlatform
get
instance
The default instance of YandexAuthPlatform to use.
Defaults to MethodChannelYandexAuth.
Implementation
static YandexAuthPlatform get instance => _instance;
set
instance
(YandexAuthPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends YandexAuthPlatform when they register themselves.
Implementation
static set instance(YandexAuthPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}