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