onWindowClick property
Stream<void>
get
onWindowClick
Stream of click events on the window. Returns an empty stream on non-web.
Implementation
static Stream<void> get onWindowClick => impl.onWindowClick();