FlowChatScreen constructor

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

Implementation

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