BindConfig<T> constructor

BindConfig<T>({
  1. DisposeCallback<T>? onDispose,
  2. NotifierCallback<T>? notifier,
})

Implementation

BindConfig({
  this.onDispose,
  this.notifier,
});