newZoneWith static method
Implementation
static Zone newZoneWith(WindowController windowController) {
_hasChangedInstance = true;
return Zone.current.fork(
zoneValues: {_zoneKey: _WindowControllerScope(windowController)},
);
}
static Zone newZoneWith(WindowController windowController) {
_hasChangedInstance = true;
return Zone.current.fork(
zoneValues: {_zoneKey: _WindowControllerScope(windowController)},
);
}