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