verify method

Future<String> verify()

Waits for the user to solve the reCAPTCHA and resolves with the reCAPTCHA token.

Implementation

Future<String> verify() async {
  return _delegate.verify();
}