on<Event> method
dynamic
on<Event>()
Returns the stream of events managed by this EventBus.
Implementation
dynamic on<Event>() {
return _eventController.stream;
}
Returns the stream of events managed by this EventBus.
dynamic on<Event>() {
return _eventController.stream;
}