increaseReferencesInScope method

void increaseReferencesInScope(
  1. String scope,
  2. Type type, {
  3. int index = 0,
})

Increases reference count in given scope for given type

Implementation

void increaseReferencesInScope(String scope, Type type, {int index = 0}) {
  container.increaseReferencesInScope(scope, type, index: index);
}