onOnline property

Stream<Event> onOnline

Stream of online events handled by this Window.

Implementation

Stream<Event> get onOnline => onlineEvent.forTarget(this);