RecaptchaVerifier class

Inheritance

Constructors

RecaptchaVerifier(dynamic container, [Map<String, dynamic>? parameters, App? app])
Creates a new RecaptchaVerifier from container, parameters and app.
factory
RecaptchaVerifier.fromJsObject(RecaptchaVerifierJsImpl jsObject)
Creates a new RecaptchaVerifier from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → RecaptchaVerifierJsImpl
JS object.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Returns the type of application verifier (e.g. 'recaptcha').
no setterinherited

Methods

clear() → void
Clears the reCAPTCHA widget from the page and destroys the current instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render() Future<num>
Renders the reCAPTCHA widget on the page. Returns a Future that resolves with the reCAPTCHA widget ID.
toString() String
A string representation of this object.
inherited
verify() Future<String>
Executes the verification process. Returns a Future containing string for a token that can be used to assert the validity of a request.
inherited

Operators

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