Retrieves a stream of chats. This stream is updated whenever a new chat is created.
@override Stream<List<ChatModel>> getChatsStream() => _chatsController.stream;