seekTo abstract method

Future<void> seekTo(
  1. int position
)

Seeks to the specified position in the audio playback.

This method sends a request to the platform to seek to the specified position in the currently playing audio.

Implementation

Future<void> seekTo(int position);