onError property

void Function(AuthError error)? onError
final

Called when sign-in fails.

Provides the AuthError containing error details.

Implementation

final void Function(AuthError error)? onError;