clear method

void clear()

Clear all scopes

Implementation

void clear() {
  current = ServiceContainer(name: rootName);
}