origin method

MethodWithBody origin(
  1. String origin, [
  2. String? path
])
override

Set origin of the URL

Implementation

MethodWithBody origin(String origin, [String? path]) {
  super.origin(origin, path);
  return this;
}