CometChatNotificationException constructor
const
CometChatNotificationException({
- required CometChatErrorCode code,
- required String message,
- Object? cause,
Creates a CometChatNotificationException.
Implementation
const CometChatNotificationException({
required this.code,
required this.message,
this.cause,
});