executeV3 static method

dynamic executeV3()

Executes and call the recaptcha API

Implementation

static executeV3() => _instance?.controller.webViewController.runJavascript('${AppConstants.readyCaptcha}("${_instance?._siteKey}")');