restoreScope method

void restoreScope(
  1. Scope next
)

Implementation

void restoreScope(Scope next) {
  scope = next;
}