TencentCloudChatComponent<T, U, K, H> constructor
const
TencentCloudChatComponent<T, U, K, H> ({
- Key? key,
- T? options,
- U? config,
- K? builders,
- H? eventHandlers,
Constructor for TencentCloudChatComponent.
Implementation
const TencentCloudChatComponent({
Key? key,
this.options,
this.config,
this.builders,
this.eventHandlers,
}) : super(key: key);