menu
flutter_chat_sdk package
documentation
chat.dart
ChatEncryptionException
ChatEncryptionException.new const constructor
ChatEncryptionException.new const constructor
dark_mode
light_mode
ChatEncryptionException
constructor
const
ChatEncryptionException
(
String
message
, [
Object
?
cause
])
Creates an encryption exception.
Implementation
const ChatEncryptionException(super.message, [super.cause]);
flutter_chat_sdk package
documentation
chat
ChatEncryptionException
ChatEncryptionException.new const constructor
ChatEncryptionException class