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