on<T extends AppEvent> abstract method
Subscribe EventBus
on a specific type of event, and register responder to it.
Implementation
Stream<T> on<T extends AppEvent>();
Subscribe EventBus
on a specific type of event, and register responder to it.
Stream<T> on<T extends AppEvent>();