onPositionChanged property

Stream<Duration> onPositionChanged

use this stream to listen the changes in the video position

Implementation

Stream<Duration> get onPositionChanged => _position.stream;