contactConfig property
TencentCloudChatContactConfig
get
contactConfig
Implementation
TencentCloudChatContactConfig get contactConfig => _contactConfig;
set
contactConfig
(TencentCloudChatContactConfig value)
Implementation
set contactConfig(TencentCloudChatContactConfig value) {
_contactConfig = value;
notifyListener(TencentCloudChatContactDataKeys.config as T);
}