onEvent property

Stream<Event> get onEvent

Implementation

Stream<Event> get onEvent {
  return eventManager.onEvent;
}