menu
Dart
dart:html
ServiceWorkerRegistration
update method
update
brightness_4
description
update
method
Null safety
Future
update
(
)
Implementation
Future update() => promiseToFuture(JS("", "#.update()", this));
Dart
dart:html
ServiceWorkerRegistration
update method
ServiceWorkerRegistration class
Properties
active
backgroundFetch
hashCode
installing
navigationPreload
on
paymentManager
pushManager
runtimeType
scope
sync
waiting
Methods
addEventListener
dispatchEvent
getNotifications
noSuchMethod
removeEventListener
showNotification
toString
unregister
update
Operators
operator ==