positionStream property

Stream<int> get positionStream

Stream of position updates

Implementation

Stream<int> get positionStream => _player.positionStream;