removeContexts method

void removeContexts(
  1. String key
)

Removes a value from the Scope's contexts

Implementation

void removeContexts(String key) {
  _contexts.remove(key);
}