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