ChatBuilder constructor

const ChatBuilder({
  1. Key? key,
  2. required ChatController chatController,
})

Implementation

const ChatBuilder({super.key, required this.chatController});