positionStream property

Stream<PositionState> positionStream
getter/setter pair

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

Implementation

late Stream<PositionState> positionStream;