streamConversations method

Stream<Conversation> streamConversations()

This exposes a stream of new Conversations for the user.

Implementation

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