getCueById method
The getCueById()
method of the TextTrackCueList interface returns
the first VTTCue in the list represented by the TextTrackCueList
object whose identifier matches the value of id
.
Implementation
external TextTrackCue? getCueById(String id);