Passkey Service
class PasskeyService
Flutter submodule for WebAuthn passkey operations.
Handles:
Passkey registration (WebAuthn create credential)
Passkey authentication (WebAuthn get assertion)
PRF extension support checking
After successful registration/authentication, credentials are stored in CredentialRegistry and tokens are stored in secure storage.