NIMConversationOption constructor

NIMConversationOption({
  1. required List<NIMConversationType> conversationTypes,
  2. required bool onlyUnread,
  3. List<String>? conversationGroupIds,
})

Implementation

NIMConversationOption(
    {required this.conversationTypes,
    required this.onlyUnread,
    this.conversationGroupIds});