HttpOverrides current

Source

static HttpOverrides get current {
  return Zone.current[_httpOverridesToken] ?? _global;
}