verify method

Future<String> verify()
override

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

Implementation

Future<String> verify() async {
  throw UnimplementedError('verify() is not implemented');
}