increaseReferencesInScope method
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);
}
Increases reference count in given scope for given type
void increaseReferencesInScope(String scope, Type type, {int index = 0}) {
container.increaseReferencesInScope(scope, type, index: index);
}