onDurationChange property

Stream<Event> onDurationChange
@DocsEditable(), @DomName('GlobalEventHandlers.ondurationchange'), @Experimental()

Implementation

@DomName('GlobalEventHandlers.ondurationchange')
@DocsEditable()
@Experimental() // untriaged
Stream<Event> get onDurationChange => durationChangeEvent.forTarget(this);