RecaptchaHandler class
Properties
- captchaToken → String?
-
no setter
- controller ↔ WebViewController
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- siteKey → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setupSiteKey(
{required String dataSiteKey}) → dynamic - setups the data site key
-
toString(
) → String -
A string representation of this object.
inherited
-
updateController(
{required WebViewController controller}) → dynamic - updates the Web view controller
-
updateToken(
{required String generatedToken}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → RecaptchaHandler
-
Returns an instance using the default
Env
.no setter