getContextForScope method

Context getContextForScope(
  1. Scope scope
)

Implementation

Context getContextForScope(Scope scope) {
  return contexts[scope]!;
}