Available block data
Stores passkey verification details likeprimaryLoading
.
Available block methods
verifyPasskey() async
: Verifies the passkey for authentication.
Implementation Steps
1
Create Passkey Verify Screen
Create a new screen that implements the
PasskeyVerifyBlock
interface. This screen will handle the passkey verification process.lib/screens/passkey_verify.dart
2
Add Verification Button
Implement a button to trigger the passkey verification process.
For a complete implementation example, see the PasskeyVerifyScreen implementation on GitHub.