preventDefault method

void preventDefault ()

Implementation

void preventDefault() {
  wrapped.preventDefault();
}