NotificationEventInit constructor
NotificationEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- required Notification notification,
- String action,
Implementation
external factory NotificationEventInit({
bool bubbles,
bool cancelable,
bool composed,
required Notification notification,
String action,
});