positionStream property
StreamController to broadcast the current position of the player.
Implementation
StreamController<Duration> positionStream = StreamController.broadcast();
StreamController to broadcast the current position of the player.
StreamController<Duration> positionStream = StreamController.broadcast();