ChatScreen constructor

const ChatScreen({
  1. Key? key,
  2. String name = "",
  3. String phone = "",
  4. String email = "",
  5. String chatUrl = 'https://uat-chatbot.midesk.vn/test/livechatmobie',
})

Implementation

const ChatScreen({
  Key? key,
  this.name = "",
  this.phone = "",
  this.email = "",
  this.chatUrl = 'https://uat-chatbot.midesk.vn/test/livechatmobie',
}) : super(key: key);