TencentCloudChatComponentControllers constructor
const
TencentCloudChatComponentControllers({
- TencentCloudChatComponentBaseController? conversationController,
- TencentCloudChatComponentBaseController? messageController,
- TencentCloudChatComponentBaseController? contactController,
- TencentCloudChatComponentBaseController? userProfileController,
- TencentCloudChatComponentBaseController? groupProfileController,
Constructs a new instance of TencentCloudChatComponentControllers with the specified controllers for each component.
Implementation
const TencentCloudChatComponentControllers({
this.conversationController,
this.messageController,
this.contactController,
this.userProfileController,
this.groupProfileController,
});