Dart
dart:html
ServiceWorkerGlobalScope
onInstall property
description
onInstall property
Stream
<
Event
>
onInstall
Implementation
Stream<Event>
get
onInstall => installEvent.forTarget(
this
);