menu
cometchat_sdk package
documentation
exception/cometchat_exception.dart
CometChatException
CometChatException constructor
CometChatException constructor
dark_mode
light_mode
CometChatException
constructor
CometChatException
(
String
code
,
String
?
details
,
String
?
message
)
Implementation
CometChatException(this.code, this.details, this.message);
cometchat_sdk package
documentation
exception/cometchat_exception
CometChatException
CometChatException constructor
CometChatException class