ChatSettingPage constructor

const ChatSettingPage(
  1. ContactInfo contactInfo,
  2. String conversationId, {
  3. Key? key,
  4. bool isDesktopDialog = false,
  5. VoidCallback? onClose,
  6. bool botSubsessionMode = false,
})

Implementation

const ChatSettingPage(
  this.contactInfo,
  this.conversationId, {
  Key? key,
  this.isDesktopDialog = false,
  this.onClose,
  this.botSubsessionMode = false,
}) : super(key: key);