Seeks the player to the specified duration.
duration
Future<void> seekTo(Duration duration) async { await _controller.seekTo(duration); }