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