menu
cometchat package
documentation
Exception/CometChatException.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 package
documentation
Exception/CometChatException
CometChatException
CometChatException constructor
CometChatException class