menu
nim_conversationkit_ui package
documentation
model/conversation_info.dart
ConversationInfo
getUnreadCount method
getUnreadCount method
dark_mode
light_mode
getUnreadCount
method
int
getUnreadCount
(
)
Implementation
int getUnreadCount() { return conversation.unreadCount ?? 0; }
nim_conversationkit_ui package
documentation
model/conversation_info
ConversationInfo
getUnreadCount method
ConversationInfo class