CometChatCreateGroupController constructor
CometChatCreateGroupController(
- CometChatTheme theme, {
- dynamic onCreateTap(
- Group group
- dynamic onError()?,
Implementation
CometChatCreateGroupController(this.theme, {this.onCreateTap, this.onError}) {
tag = "tag$counter";
counter++;
}