Seeks to the specified position in the current track.
positionMs - Position in milliseconds
positionMs
Future<void> seekTo({required int positionMs}) { throw UnimplementedError('seekTo() has not been implemented.'); }