menu
cometchat_sdk package
documentation
exception/cometchat_exception.dart
CometChatException
CometChatException.new constructor
CometChatException.new constructor
dark_mode
light_mode
CometChatException
constructor
CometChatException
(
String
code
,
String
?
details
,
String
?
message
, {
Map
<
String
,
dynamic
>
?
errorParams
,
})
Implementation
CometChatException(this.code, this.details, this.message, {this.errorParams});
cometchat_sdk package
documentation
exception/cometchat_exception
CometChatException
CometChatException.new constructor
CometChatException class