ChatSettingPage constructor

const ChatSettingPage(
  1. ContactInfo contactInfo,
  2. String conversationId, {
  3. Key? key,
})

Implementation

const ChatSettingPage(this.contactInfo, this.conversationId, {Key? key})
    : super(key: key);