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