onError property

OnError? onError
final

Called when a general error occurs.

If the error is a FirebaseAuthException, then onLoginFailed is called.

Implementation

final OnError? onError;