FactoryProvider<T extends Object> constructor

const FactoryProvider<T extends Object>(
  1. Type type,
  2. Function useFactory, {
  3. List<Object>? deps,
})

Implementation

const factory FactoryProvider(
  Type type,
  Function useFactory, {
  List<Object>? deps,
}) = FactoryProvider<T>._;