Available block data
Stores passkey append details likeprimaryLoading.
Available block methods
appendPasskey() async: Adds a passkey to the user’s account.
Implementation Steps
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
For a complete implementation example, see the PasskeyAppendScreen implementation on GitHub.