onDurationChanged property

Stream<Duration> get onDurationChanged

use this stream to listen the changes in the video duration

Implementation

Stream<Duration> get onDurationChanged => _duration.stream;