CometChatGroupsWithMessagesController constructor
CometChatGroupsWithMessagesController({
- MessageConfiguration? messageConfiguration,
- required CometChatTheme theme,
- CreateGroupConfiguration? createGroupConfiguration,
- JoinProtectedGroupConfiguration? joinProtectedGroupConfiguration,
Implementation
CometChatGroupsWithMessagesController(
{this.messageConfiguration,
required this.theme,
this.createGroupConfiguration,
this.joinProtectedGroupConfiguration});