Sign in with Apple
Signs in a user using native Apple login.
- You need to register your bundle ID and add it to Supabase dashboard.
- This method is only available in iOS and macOS
- For other platforms, signInWithOAuth() should be used.
final AuthResponse res = await supabase.auth.signInWithApple();