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