Dart
dart:html
ServiceWorkerRegistration
update method
description
update method
Future
update
(
)
Implementation
Future update() => promiseToFuture(JS(
""
,
"#.update()"
,
this
));