Retrieves the number of unread chats.
@override Stream<int> getUnreadChatsCountStream() => Stream.value(0);