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