onCueChange method
The cuechange event fires when a TextTrack has changed the currently displaying cues. Read more...
Implementation
Track onCueChange(Function(Element, Event)? fun) {
if (fun != null) on.call('cuechange', fun);
return this;
}
The cuechange event fires when a TextTrack has changed the currently displaying cues. Read more...
Track onCueChange(Function(Element, Event)? fun) {
if (fun != null) on.call('cuechange', fun);
return this;
}