positionStream property

StreamController<Duration> positionStream
getter/setter pair

StreamController to broadcast the current position of the player.

Implementation

StreamController<Duration> positionStream = StreamController.broadcast();