wrapFactory<T> method

({PillarScope? scope, T value}) wrapFactory<T>(
  1. PillarFactory<T> factory
)

Implementation

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