CometChatGroupsWithMessagesController constructor

CometChatGroupsWithMessagesController({
  1. MessageConfiguration? messageConfiguration,
  2. required CometChatTheme theme,
  3. CreateGroupConfiguration? createGroupConfiguration,
  4. JoinProtectedGroupConfiguration? joinProtectedGroupConfiguration,
})

Implementation

CometChatGroupsWithMessagesController(
    {this.messageConfiguration,
    required this.theme,
    this.createGroupConfiguration,
    this.joinProtectedGroupConfiguration});