RecaptchaHandler class

Properties

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, bool useCustomAction = false}) → void
setups the data site key
toString() String
A string representation of this object.
inherited
updateController({required WebViewController controller}) → dynamic
updates the Web view controller

Operators

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

Static Properties

instance RecaptchaHandler
Returns an instance using the default Env.
no setter

Static Methods

executeV3({String action = 'submit'}) → dynamic
Executes and call the recaptcha API Use _useCustomAction to execute javascript with custom action name eg. login, submit, register etc _useCustomAction is false by default and submit action name is used