StateNotifierTagArgumentsProvider<N extends StateNotifier<S>, S, A> constructor

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

Implementation

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