Dart
dart:html
KeyEvent
stopImmediatePropagation method
description
stopImmediatePropagation method
void
stopImmediatePropagation
(
)
inherited
Implementation
void
stopImmediatePropagation() { wrapped.stopImmediatePropagation(); }