onTimeUpdate method
The timeupdate event is fired when the time indicated by the currentTime attribute has been updated. Read more...
Implementation
Audio onTimeUpdate(Function(Element, Event)? fun) {
if (fun != null) on.call('timeupdate', fun);
return this;
}