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