PushEvent constructor

PushEvent(
  1. String type, [
  2. PushEventInit eventInitDict
])

Implementation

external factory PushEvent(
  String type, [
  PushEventInit eventInitDict,
]);