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