positionStream property

Stream<PositionState> positionStream
getter/setter pairinherited

Stream to listen to position & duration state of the Player instance.

Implementation

late Stream<PositionState> positionStream;