RecaptchaVerifier class

Initiate and setup recaptcha flow.

Constructors

RecaptchaVerifier(Map<String, dynamic> parameters)

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, dynamic>
List of parameters passed to captcha check request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationId String?
The verificationId of this session.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify(RecaptchaArgs args, [Duration timeout = const Duration(seconds: 60)]) Future<String?>
Kick-off the recaptcha verifier and listen to changes emitted by HttpRequest.

Operators

operator ==(Object other) bool
The equality operator.
inherited