StateNotifierTagProvider<N extends StateNotifier<S>, S> constructor

StateNotifierTagProvider<N extends StateNotifier<S>, S>(
  1. CreatorCallback<N, dynamic> creator, {
  2. bool autoDispose = true,
})

Implementation

StateNotifierTagProvider(
  super.creator, {
  super.autoDispose,
});