menu
Dart
dart:html
BackgroundFetchedEvent
updateUI method
updateUI
dark_mode
light_mode
description
updateUI
method
Future
updateUI
(
String
title
)
Implementation
Future updateUI(
String
title) => promiseToFuture(JS(
""
,
"#.updateUI(#)"
,
this
, title));
Dart
dart:html
BackgroundFetchedEvent
updateUI method
BackgroundFetchedEvent class
Cookies management controls