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