events
A reactive stream of the currently stored events.
The initial value is
nullwhile the first database read is in progress.It automatically re-queries SimpleEventLogger.getEvents whenever the logger emits a change notification.
Uses SharingStarted.WhileSubscribed to pause database observations if the UI is completely hidden, saving resources.