operationsStream property
Stream<ChatOperation>
get
operationsStream
A stream that emits ChatOperation objects whenever the message list changes. UI components can listen to this stream to react to updates.
Implementation
Stream<ChatOperation> get operationsStream;