TencentCloudChatUserProfile constructor
const
TencentCloudChatUserProfile({
- required TencentCloudChatUserProfileOptions options,
- Key? key,
- TencentCloudChatContactConfig? config,
- TencentCloudChatContactBuilders? builders,
- TencentCloudChatContactEventHandlers? eventHandlers,
Implementation
const TencentCloudChatUserProfile({
required TencentCloudChatUserProfileOptions options,
Key? key,
TencentCloudChatContactConfig? config,
TencentCloudChatContactBuilders? builders,
TencentCloudChatContactEventHandlers? eventHandlers,
}) : super(
key: key,
options: options,
builders: builders,
config: config,
eventHandlers: eventHandlers,
);