onCloseScope method

void onCloseScope(
  1. String id
)

Implementation

void onCloseScope(String id) {
  scopeContexts.removeWhere((key, value) => value.scope.id == id);
}