Dart
dart:html
BackgroundFetchedEvent
updateUI method
updateUI
description
updateUI
method
Null safety
Future
updateUI
(
String
title
)
Implementation
Future updateUI(String title) => promiseToFuture(JS("", "#.updateUI(#)", this, title));
Dart
dart:html
BackgroundFetchedEvent
updateUI method
BackgroundFetchedEvent class
Constructors
BackgroundFetchedEvent
Properties
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
fetches
hashCode
id
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
updateUI
waitUntil
Operators
operator ==