Skip to main content

streamConversations method

*[<Null safety>](https://dart.dev/null-safety)*

Stream<Conversation> streamConversations ()

This exposes a stream of new Conversations for the user.

Implementation

Stream<Conversation> streamConversations() =>
_conversations.streamConversations();