on<Event> method

dynamic on<Event>()

Returns the stream of events managed by this EventBus.

Implementation

dynamic on<Event>() {
  return _eventController.stream;
}