wrapFactory<T> method
Implementation
({T value, PillarScope? scope}) wrapFactory<T>(PillarFactory<T> factory) {
return (value: factory(this), scope: trackedDependenciesScope);
}
({T value, PillarScope? scope}) wrapFactory<T>(PillarFactory<T> factory) {
return (value: factory(this), scope: trackedDependenciesScope);
}