Flutter: Start passkey registration

Starts the registration of a new passkey for the signed in user.

Examples

Start a passkey registration

final PasskeyRegistrationOptionsResponse registration =
    await supabase.auth.passkey.startRegistration();

// Hand registration.options to the platform passkey API.