The τ Player API
setUIProgressBar()
setUIProgressBar()
setUIProgressBar()
Duration progress = (await getProgress())['progress'];
Duration duration = (await getProgress())['duration'];
setUIProgressBar(progress: Duration(milliseconds: progress.milliseconds - 500), duration: duration)
Lorem ipsum ...Last updated
Was this helpful?