CometChatCreateGroupController constructor

CometChatCreateGroupController(
  1. CometChatTheme theme, {
  2. dynamic onCreateTap(
    1. Group group
    )?,
  3. dynamic onError(
    1. Exception
    )?,
})

Implementation

CometChatCreateGroupController(this.theme, {this.onCreateTap, this.onError}) {
  tag = "tag$counter";
  counter++;
}