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