executeV3 static method

dynamic executeV3()

Execute and call the recaptcha API

Implementation

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