elapsedTime property
double
get
elapsedTime
The elapsedTime
read-only property of the SpeechSynthesisEvent
returns the elapsed time in seconds, after the
SpeechSynthesisUtterance.text started being spoken, at which the
event
was triggered.
Implementation
external double get elapsedTime;