TencentCloudChatComponent<T, U, K, H> constructor

const TencentCloudChatComponent<T, U, K, H>({
  1. Key? key,
  2. T? options,
  3. U? config,
  4. K? builders,
  5. H? eventHandlers,
})

Constructor for TencentCloudChatComponent.

Implementation

const TencentCloudChatComponent({
  Key? key,
  this.options,
  this.config,
  this.builders,
  this.eventHandlers,
}) : super(key: key);