onKeyUp property

Stream<void> get onKeyUp

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

Implementation

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