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