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