Dart
dart:html
BackgroundFetchedEvent
updateUI method
description
updateUI method
Future
updateUI
(
String
title
)
Implementation
Future updateUI(
String
title) => promiseToFuture(JS(
""
,
"#.updateUI(#)"
,
this
, title));