RecaptchaVerifierOnError typedef

RecaptchaVerifierOnError = void Function(FirebaseAuthException exception)

Called when the reCAPTCHA widget errors (such as a network error).

Implementation

typedef RecaptchaVerifierOnError = void Function(
  FirebaseAuthException exception,
);