streamConversations method
*[<Null safety>](https://dart.dev/null-safety)*
Stream<Conversation> streamConversations ()
This exposes a stream of new Conversation
s for the user.
Implementation
Stream<Conversation> streamConversations() =>
_conversations.streamConversations();