TencentCloudChatInitDataConfig constructor

TencentCloudChatInitDataConfig({
  1. bool? getContactsDataAfterInit,
  2. bool? getConversationDataAfterInit,
  3. bool? getJoinedGroupListDataAfterInit,
})

Implementation

TencentCloudChatInitDataConfig({
  this.getContactsDataAfterInit,
  this.getConversationDataAfterInit,
  this.getJoinedGroupListDataAfterInit,
});