JSNotificationOptions constructor
JSNotificationOptions({})
Implementation
JSNotificationOptions({
this.actions,
this.badge,
this.body,
this.data,
this.dir,
this.icon,
this.image,
this.lang,
this.renotify,
this.requireInteraction,
this.silent,
this.tag,
this.timestamp,
this.vibrate,
});