onWindowFocus property

Stream<void> get onWindowFocus

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

Implementation

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