clear method

void clear()

Clears the reCAPTCHA widget from the page and destroys the current instance.

Implementation

void clear() {
  throw UnimplementedError('clear() is not implemented');
}