onKeyPress method
Named constructor to produce a stream for onKeyPress events.
Implementation
static CustomStream<KeyEvent> onKeyPress(EventTarget target) =>
new _KeyboardEventHandler('keypress').forTarget(target);
Named constructor to produce a stream for onKeyPress events.
static CustomStream<KeyEvent> onKeyPress(EventTarget target) =>
new _KeyboardEventHandler('keypress').forTarget(target);