CometChatDetailsController constructor
CometChatDetailsController(
- User? user,
- Group? group, {
- AddMemberConfiguration? addMemberConfiguration,
- TransferOwnershipConfiguration? transferOwnershipConfiguration,
- BannedMemberConfiguration? bannedMemberConfiguration,
- void stateCallBack()?,
- List<
CometChatDetailsTemplate> ? data()?, - OnError? onError,
- GroupMembersConfiguration? groupMembersConfiguration,
- ConfirmDialogStyle? leaveGroupDialogStyle,
- bool? disableUsersPresence,
Implementation
CometChatDetailsController(this.user, this.group,
{this.addMemberConfiguration,
this.transferOwnershipConfiguration,
this.bannedMemberConfiguration,
this.stateCallBack,
this.data,
this.onError,
this.groupMembersConfiguration,
this.leaveGroupDialogStyle,
this.disableUsersPresence
});