CometChatCallsException constructor

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

Implementation

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