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