onLoginFailed property

OnLoginFailed? onLoginFailed
final

This callback is triggered if the phone verification fails. The callback provides FirebaseAuthException which contains information about the error.

Implementation

final OnLoginFailed? onLoginFailed;