Sets the video position to a Duration from the start.
@override Future<void> seekTo(int textureId, Duration position) async { return _videoPlayers[textureId]!.seekTo(position); }