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

description

void stopImmediatePropagation()

inherited

Implementation

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