execute method

Future<void> execute(
  1. RecaptchaAction action
)

Implementation

Future<void> execute(RecaptchaAction action) {
  throw UnimplementedError(
      'execute(String action() has not been implemented.');
}