ShouldOverrideUrlLoadingRequest constructor

ShouldOverrideUrlLoadingRequest({
  1. String? url,
  2. String? method,
  3. Map<String, String>? headers,
  4. bool? isForMainFrame,
})

Implementation

ShouldOverrideUrlLoadingRequest({
  this.url,
  this.method,
  this.headers,
  this.isForMainFrame,
});