conversationChanged method

void conversationChanged(
  1. List<ConversationInfo> list
)

会话发生改变

Implementation

void conversationChanged(List<ConversationInfo> list) {
  onConversationChanged?.call(list);
}