Available block data
Stores passkey append details likeprimaryLoading.
Available block methods
appendPasskey() async: Adds a passkey to the user’s account.
Implementation Steps
1
Create Passkey Append Screen
Create a new screen that implements the
PasskeyAppendBlock interface. This screen will handle the passkey creation process.lib/screens/passkey_append.dart
2
Add Passkey Creation Button
Implement a button to trigger the passkey creation process.
For a complete implementation example, see the PasskeyAppendScreen implementation on GitHub.