GoToOptions constructor
GoToOptions({
- String? referer,
- String? referrerPolicy,
- num? timeout,
- ListStringOrString? waitUntil,
- AbortSignal? signal,
Implementation
GoToOptions({
this.referer,
this.referrerPolicy,
this.timeout,
this.waitUntil,
this.signal,
});