preventDefault method

void preventDefault ()
inherited

Implementation

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