Dart
dart:html
BeforeInstallPromptEvent
userChoice property
description
userChoice property
Future
<
Map
<
String
,
dynamic
>
>
userChoice
Implementation
Future<
Map
<
String
,
dynamic
>>
get
userChoice => promiseToFutureAsMap(JS(
""
,
"#.userChoice"
,
this
));