resetConversationUnreadCount abstract method
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);