NotificationEvent constructor

NotificationEvent(
  1. String type,
  2. NotificationEventInit eventInitDict
)

Implementation

external factory NotificationEvent(
  String type,
  NotificationEventInit eventInitDict,
);