CometChatConversationsWithMessagesController constructor

CometChatConversationsWithMessagesController({
  1. MessageConfiguration? messageConfiguration,
  2. CometChatTheme? theme,
  3. ContactsConfiguration? startConversationConfiguration,
})

Implementation

CometChatConversationsWithMessagesController(
    {this.messageConfiguration,
    this.theme,
    this.startConversationConfiguration});