The τ Player API
onProgress.
onProgress
onProgress
Dart API: onProgress.
The stream side of the Food Controller : this is a stream on which FlutterSound will post the player progression. You may listen to this Stream to have feedback on the current playback.
PlaybackDisposition has two fields :
Duration duration (the total playback duration)
Duration position (the current playback position)
Example:
</div>
Last updated
Was this helpful?