menu
Dart
dart:html
BeforeInstallPromptEvent
prompt method
prompt
brightness_4
brightness_5
description
prompt
method
Future
prompt
(
)
Implementation
Future prompt() => promiseToFuture(JS("", "#.prompt()", this));
Dart
dart:html
BeforeInstallPromptEvent
prompt method
BeforeInstallPromptEvent class