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