clearScopeLevel method

void clearScopeLevel(
  1. String scope
)

Remove scope-specific level override.

Implementation

void clearScopeLevel(String scope) {
  _source.clearScopeLevel(scope);
}