This plugin allows you to add an extra layer of security by requiring biometric authentication (fingerprint, face recognition) to access the app or specific features. (Planned for v7.2)

Detailed documentation for the Android Biometric Lock Plugin, including using the `androidx.biometric` library, checking device compatibility (`BiometricManager`), triggering the authentication prompt (`BiometricPrompt`), handling callbacks (success, failure, error), and potential configuration options, will be added here soon. Detailed documentation for the iOS Biometric Lock Plugin, including using the `LocalAuthentication` framework (`LAContext`), checking device capability (`canEvaluatePolicy`), requesting authentication (`evaluatePolicy`), handling results, and necessary `Info.plist` keys (`NSFaceIDUsageDescription`), will be added here soon.