BeforeInstallPromptEvent constructor

BeforeInstallPromptEvent(
  1. String type, [
  2. EventInit? eventInitDict
])

Implementation

factory BeforeInstallPromptEvent(String type, [EventInit? eventInitDict]) =>
    BeforeInstallPromptEvent._(type, eventInitDict ?? undefined);