RecaptchaVerifierOnError typedef Null safety
Called when the reCAPTCHA widget errors (such as a network error).
Implementation
typedef RecaptchaVerifierOnError = void Function(
FirebaseAuthException exception,
);
Called when the reCAPTCHA widget errors (such as a network error).
typedef RecaptchaVerifierOnError = void Function(
FirebaseAuthException exception,
);