resetCurrentScope static method
void
resetCurrentScope()
Reset current scope to root
Implementation
static void resetCurrentScope() {
_currentScope = null;
}
Reset current scope to root
static void resetCurrentScope() {
_currentScope = null;
}