GoToOptions constructor

GoToOptions({
  1. String? referer,
  2. String? referrerPolicy,
  3. num? timeout,
  4. ListStringOrString? waitUntil,
  5. AbortSignal? signal,
})

Implementation

GoToOptions({
  this.referer,
  this.referrerPolicy,
  this.timeout,
  this.waitUntil,
  this.signal,
});