queryConversationTotalUnreadMessageCount abstract method

Query the total unread count of the conversation.

  • config Configuration for querying the total unread count of the conversation.

Implementation

Future<ZIMConversationTotalUnreadMessageCountQueriedResult>
    queryConversationTotalUnreadMessageCount(
        ZIMConversationTotalUnreadMessageCountQueryConfig config);