isBiometricEnabled property
bool
get
isBiometricEnabled
Gets whether biometric authentication is enabled.
Returns:
- A boolean indicating whether biometric authentication is enabled.
Implementation
bool get isBiometricEnabled;
set
isBiometricEnabled
(bool isBiometricEnabled)
Sets whether biometric authentication is enabled.
Parameters:
isBiometricEnabled
: A boolean indicating whether biometric authentication is enabled.
Implementation
set isBiometricEnabled(bool isBiometricEnabled);