instance property
SBerIdPlatform
get
instance
Implementation
static SBerIdPlatform get instance => _instance;
set
instance
(SBerIdPlatform instance)
Implementation
static set instance(SBerIdPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}