origin method
Set origin of the URL
Implementation
MethodWithBody origin(String origin, [String? path]) {
super.origin(origin, path);
return this;
}
Set origin of the URL
MethodWithBody origin(String origin, [String? path]) {
super.origin(origin, path);
return this;
}