onVisibilityChange property

Stream<void> get onVisibilityChange

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

Implementation

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