getChatsStream method

  1. @override
Stream<List<ChatModel>> getChatsStream()

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

Implementation

@override
Stream<List<ChatModel>> getChatsStream() => _chatsController.stream;