AsyncNotifierProviderFamily<NotifierT extends FamilyAsyncNotifier<T, Arg> , T, Arg> constructor
AsyncNotifierProviderFamily<NotifierT extends FamilyAsyncNotifier<T, Arg> , T, Arg> (
- NotifierT _createFn(), {
- String? name,
- Iterable<
ProviderOrFamily> ? dependencies,
The Family of AsyncNotifierProvider.
Implementation
AsyncNotifierProviderFamily(
super._createFn, {
super.name,
super.dependencies,
}) : super(
providerFactory: AsyncNotifierFamilyProvider.internal,
allTransitiveDependencies:
computeAllTransitiveDependencies(dependencies),
debugGetCreateSourceHash: null,
);