decreaseReferencesInScope method
Decreases reference count in given scope for given type
Implementation
void decreaseReferencesInScope(String scope, Type type, {int index = 0}) {
container.decreaseReferences(scope, type, index: index);
}
Decreases reference count in given scope for given type
void decreaseReferencesInScope(String scope, Type type, {int index = 0}) {
container.decreaseReferences(scope, type, index: index);
}