CometChatException constructor

CometChatException(
  1. String code,
  2. String? details,
  3. String? message
)

Implementation

CometChatException(this.code, this.details, this.message);