bindFactory<T> abstract method

FactoryBinding<T> bindFactory<T>(
  1. ObjectFactory<T> factory, {
  2. String name,
  3. bool override,
})

Binds a factory which will create a new instance every time.

Implementation

FactoryBinding<T> bindFactory<T>(ObjectFactory<T> factory,
    {String name, bool override});