ChatCustomNotification constructor
const
ChatCustomNotification({
- required String type,
- String? title,
- String? body,
- NotificationSender? sender,
- VerifyToSendNotification? verify,
- OnDeniedToSendNotification? onDenied,
Implementation
const ChatCustomNotification({
required this.type,
super.title,
super.body,
super.sender,
super.verify,
super.onDenied,
});