StateNotifierTagArgumentsProvider<N extends StateNotifier<S> , S, A> constructor
StateNotifierTagArgumentsProvider<N extends StateNotifier<S> , S, A> (
- CreatorCallback<
N, A> creator, { - bool autoDispose = true,
Implementation
StateNotifierTagArgumentsProvider(
super.creator, {
super.autoDispose,
});