AutoDisposeChangeNotifierProviderFamily<NotifierT extends ChangeNotifier?, Arg> constructor

AutoDisposeChangeNotifierProviderFamily<NotifierT extends ChangeNotifier?, Arg>(
  1. NotifierT _createFn(
    1. AutoDisposeChangeNotifierProviderRef<NotifierT> ref,
    2. Arg arg
    ), {
  2. String? name,
  3. Iterable<ProviderOrFamily>? dependencies,
})

Implementation

AutoDisposeChangeNotifierProviderFamily(
  super._createFn, {
  super.name,
  super.dependencies,
}) : super(
        providerFactory: AutoDisposeChangeNotifierProvider.internal,
        debugGetCreateSourceHash: null,
        allTransitiveDependencies:
            computeAllTransitiveDependencies(dependencies),
      );