CometChatException constructor

CometChatException(
  1. String code,
  2. String? details,
  3. String? message, {
  4. Map<String, dynamic>? errorParams,
})

Implementation

CometChatException(this.code, this.details, this.message, {this.errorParams});