Seeks the audio to a specific position.
position
Future<void> seek(Duration position) async { await _audioPlayer.seek(position); }