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