getChatsStream abstract method

Stream<List<ChatModel>> getChatsStream()

Retrieves a stream of chats. This stream is updated whenever a new chat is created.

Implementation

Stream<List<ChatModel>> getChatsStream();