onKeyPress property

Stream<void> get onKeyPress

Stream of keypress events on the window. Returns an empty stream on non-web.

Implementation

static Stream<void> get onKeyPress => impl.onKeyPress();