Глобальное свойство
Используемые HttpOverrides в корневом Zone.
Это HttpOverrides, которые будут использоваться в корневом Zone и в Zone, которые не устанавливают HttpOverrides, и предки которых до корневого Zone не устанавливают HttpOverrides.
Реализация
static set global(HttpOverrides? overrides) {
_global = overrides;
}
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/HttpOverrides/global.html