seekTime method

void seekTime(
  1. Duration duration
)

Implementation

void seekTime(Duration duration) {
  player.seekTime(duration);
}