watchUnreadCount abstract method
Stream of unread message count.
chatId: ID of the chatuserId: ID of the user
Returns a stream that emits the number of unread messages.
Implementation
Stream<int> watchUnreadCount({
required String chatId,
required String userId,
});