Biometric Stats
data class BiometricStats(val isHardwareAvailable: Boolean, val isBiometricEnrolled: Boolean, val statusMessage: String)
Represents the hardware status of fingerprint/face scanners.
Represents the hardware status of fingerprint/face scanners.