instance property
FlutterQrcodeAnalysisPlatform
get
instance
The default instance of FlutterQrcodeAnalysisPlatform to use.
Defaults to MethodChannelFlutterQrcodeAnalysis.
Implementation
static FlutterQrcodeAnalysisPlatform get instance => _instance;
set
instance
(FlutterQrcodeAnalysisPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterQrcodeAnalysisPlatform when they register themselves.
Implementation
static set instance(FlutterQrcodeAnalysisPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}