stream property

Listens to the events coming from the stream. This should only happen once for the lifecycle of your code.

Implementation

Stream<AppContextHandler> get stream => _events.stream;