seekTo abstract method

Future<void> seekTo(
  1. Duration duration
)

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);