menu
flutter_chat_sdk package
documentation
chat.dart
ChatException
ChatException.new const constructor
ChatException.new const constructor
dark_mode
light_mode
ChatException
constructor
const
ChatException
(
String
message
, [
Object
?
cause
])
Creates a chat exception.
Implementation
const ChatException(this.message, [this.cause]);
flutter_chat_sdk package
documentation
chat
ChatException
ChatException.new const constructor
ChatException class