onInstall top-level property

Stream<InstallEvent> onInstall

An event handler fired whenever an install event occurs — when a ServiceWorkerRegistration acquires a new ServiceWorkerRegistration.installing worker.

Implementation

Stream<InstallEvent> get onInstall => _self.onInstall;