popDialogScope method

void popDialogScope()

Pops the current focus scope, restoring the previous one.

Implementation

void popDialogScope() {
  _popScope();
}