ChatBotScreen constructor

const ChatBotScreen(
  1. String chatbotUrl,
  2. String userHistoryUrl,
  3. String appKey,
  4. String botId,
  5. String uId,
  6. List<ChatBot> botItems, {
  7. Key? key,
})

Implementation

const ChatBotScreen(this.chatbotUrl, this.userHistoryUrl, this.appKey,
    this.botId, this.uId, this.botItems,
    {super.key});