AutoDisposeStateNotifierProviderFamily<NotifierT extends StateNotifier<T>, T, Arg> constructor

AutoDisposeStateNotifierProviderFamily<NotifierT extends StateNotifier<T>, T, Arg>(
  1. NotifierT _createFn(
    1. AutoDisposeStateNotifierProviderRef<NotifierT, T> ref,
    2. Arg arg
    ), {
  2. String? name,
  3. Iterable<ProviderOrFamily>? dependencies,
})

Implementation

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