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