ChatBuilder constructor
const
ChatBuilder({
- Key? key,
- required ChatController chatController,
Implementation
const ChatBuilder({super.key, required this.chatController});