SimpleProgressTrackerState
class SimpleProgressTrackerState(player: Player, coroutineScope: CoroutineScope) : ProgressTrackerState
A ProgressTrackerState implementation that updates the Player progress only when onFinished is called.
Parameters
player
The Player whose progress needs to be tracked.
coroutineScope
The CoroutineScope used for managing StateFlows.