Moves the cursor to the desired position.
Future<void> seek(Duration position) async { await creatingCompleter.future; return _platform.seek(playerId, position); }