seekTo method

void seekTo(
  1. Duration position
)

Implementation

void seekTo(Duration position) => _videoPlayerController?.seekTo(position);