arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

The Ï„ Player API

seekToPlayer()

hashtag
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:

</div>


await myPlayer.seekToPlayer(Duration(milliseconds: milliSecs));

        Lorem ipsum ...
Dart
Javascript