CometChatJoinProtectedGroupController constructor

CometChatJoinProtectedGroupController({
  1. required Group group,
  2. dynamic onJoinTap({
    1. Group group,
    2. String password,
    })?,
  3. OnError? onError,
  4. String? errorStateText,
  5. TextStyle? errorTextStyle,
  6. Color? background,
})

Implementation

CometChatJoinProtectedGroupController(
    {required this.group,
    this.onJoinTap,
    this.onError,
    this.errorStateText,
    this.errorTextStyle,
    this.background});