setCurrentScope static method
Set the current scope (used internally by ZenRoute)
Implementation
static void setCurrentScope(ZenScope scope) {
_currentScope = scope;
if (ZenConfig.enableDebugLogs) {
ZenLogger.logDebug('🔧 Zen.currentScope updated to: ${scope.name}');
}
}