resetConversationUnreadCount abstract method

Future<void> resetConversationUnreadCount(
  1. String conversationId
)

Resets a conversation's unread count to zero.

Called by Chat.markAsRead for optimistic local update so the unread badge clears immediately, before the server confirms.

Implementation

Future<void> resetConversationUnreadCount(String conversationId);