Dart
dart:html
BeforeInstallPromptEvent
userChoice property
userChoice
BeforeInstallPromptEvent class
Constructors
BeforeInstallPromptEvent
Properties
platforms
userChoice
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
prompt
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
userChoice property
Future
<
Map
<
String
,
dynamic
>
>
userChoice
Implementation
Future<Map<String, dynamic>> get userChoice => promiseToFutureAsMap(JS("", "#.userChoice", this));