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