watchBlockedUsers abstract method
Stream of blocked users.
chatId: ID of the chatuserId: ID of the user
Returns a stream that emits a set of blocked user IDs.
Implementation
Stream<Set<String>> watchBlockedUsers({
required String chatId,
required String userId,
});