seekToPlayer()
Dart API: seekToPlayer()arrow-up-right.
To seek to a new location. The player must already be playing or paused. If not, an exception is thrown.
Example:
Dart
Javascript
await myPlayer.seekToPlayer(Duration(milliseconds: milliSecs));
Lorem ipsum ...
</div>
Last updated 5 years ago
Was this helpful?