setTotalUnreadCount method
Implementation
setTotalUnreadCount(int count) {
_totalUnreadCount = count;
notifyListener(TencentCloudChatConversationDataKeys.totalUnreadCount as T);
}
setTotalUnreadCount(int count) {
_totalUnreadCount = count;
notifyListener(TencentCloudChatConversationDataKeys.totalUnreadCount as T);
}