seek abstract method

Future<void> seek(
  1. String playerId,
  2. Duration position
)

Moves the cursor to the desired position.

Implementation

Future<void> seek(String playerId, Duration position);