Dart
dart:html
BeforeInstallPromptEvent
prompt method
prompt
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 ==
prompt method
Future
prompt
(
)
Implementation
Future prompt() => promiseToFuture(JS("", "#.prompt()", this));