setTotalUnreadCount method

dynamic setTotalUnreadCount(
  1. int count
)

Implementation

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