https method

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

Implementation

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