visibilityChangeEvent constant

EventStreamProvider<Event> const visibilityChangeEvent

Static factory designed to expose visibilityChange events to event handlers that are not necessarily instances of Window.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> visibilityChangeEvent =
    EventStreamProvider<Event>('visibilitychange');