NotificationEventInit constructor

NotificationEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required Notification notification,
  5. String action,
})

Implementation

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