menu
Dart
dart:html
BeforeInstallPromptEvent
userChoice property
userChoice
dark_mode
light_mode
描述
userChoice
属性
Future
<
Map
<
String
,
dynamic
>
?
>
userChoice
实现
Future<Map<String, dynamic>?> get userChoice => promiseToFutureAsMap(JS("", "#.userChoice", this));
Dart
dart:html
BeforeInstallPromptEvent
userChoice 属性
BeforeInstallPromptEvent 类
Cookies 管理控件