ChatScreen constructor

ChatScreen({
  1. Key? key,
  2. required String agentId,
})

Implementation

ChatScreen({super.key, required this.agentId});