enableGlobalCycleDetection method
void
enableGlobalCycleDetection()
Enable global cross-scope circular dependency detection.
Implementation
void enableGlobalCycleDetection() {
_globalCycleDetectionEnabled = true;
}
Enable global cross-scope circular dependency detection.
void enableGlobalCycleDetection() {
_globalCycleDetectionEnabled = true;
}