AsyncNotifierProvider<N extends AsyncNotifier<T>, T> constructor

AsyncNotifierProvider<N extends AsyncNotifier<T>, T>(
  1. N _builder(
    1. Ref ref
    ), {
  2. ProviderChangedCallback<AsyncValue<T>>? onChanged,
  3. String? debugLabel,
  4. bool debugVisibleInGraph = true,
})

Implementation

AsyncNotifierProvider(
  this._builder, {
  super.onChanged,
  super.debugLabel,
  super.debugVisibleInGraph = true,
});