newReceiveMessageStream property
Stream of newly received messages.
Emits Message objects when new messages are received (not sent),
useful for triggering notifications or scroll behavior.
Implementation
Stream<Message> get newReceiveMessageStream =>
_newReceiveMessageController.stream;