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