SaveReactiveProviderFamily<T, A> constructor

const SaveReactiveProviderFamily<T, A>(
  1. FutureOr<T> build(
    1. SaveObserver $,
    2. A arg
    ), {
  2. bool autoDispose = true,
  3. void onDispose(
    1. A arg,
    2. T last
    )?,
})

Implementation

const SaveReactiveProviderFamily(
  this.build, {
  this.autoDispose = true,
  this.onDispose,
});