Seeks to the specified position
Future<void> seek(Duration position) => _player.seekTo(position.inMilliseconds);