Flutter: List passkeys

Returns the list of passkeys registered to the signed in user.

Examples

List the current user's passkeys

final List<Passkey> passkeys = await supabase.auth.passkey.list();