AutoDisposeNotifierProviderFamily<NotifierT extends AutoDisposeFamilyNotifier<T, Arg>, T, Arg> constructor

AutoDisposeNotifierProviderFamily<NotifierT extends AutoDisposeFamilyNotifier<T, Arg>, T, Arg>(
  1. NotifierT _createFn(), {
  2. String? name,
  3. Iterable<ProviderOrFamily>? dependencies,
})

Implementation

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