seekTo abstract method
Seeks the player to a specific duration within the content.
duration: The position in the content to seek to. Returns a Future that completes when the seek operation is done.
Implementation
Future<void> seekTo(Duration duration);