TencentCloudChatComponentControllers constructor

const TencentCloudChatComponentControllers({
  1. TencentCloudChatComponentBaseController? conversationController,
  2. TencentCloudChatComponentBaseController? messageController,
  3. TencentCloudChatComponentBaseController? contactController,
  4. TencentCloudChatComponentBaseController? userProfileController,
  5. 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,
});