resetCurrentScope static method

void resetCurrentScope()

Reset current scope to root

Implementation

static void resetCurrentScope() {
  _currentScope = null;
}