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