clear method

void clear()

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

Implementation

void clear() {
  return _delegate.clear();
}