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