onTimelineEvent property

CachedStreamController<Event> onTimelineEvent
final

A stream of all incoming timeline events for all rooms after decryption. The events are coming in the same order as they come down from the sync.

Implementation

final CachedStreamController<Event> onTimelineEvent =
    CachedStreamController();