seek method
Seek to a position in the current track in local playback.
Implementation
// ignore: non_constant_identifier_names
external dynamic seek(int position_ms);
Seek to a position in the current track in local playback.
// ignore: non_constant_identifier_names
external dynamic seek(int position_ms);