stopPropagation method - KeyEvent class - dart:html library (original) (raw)

description

void stopPropagation()

inherited

Implementation

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