SimpleCollectionListener<T> constructor

const SimpleCollectionListener<T>({
  1. StateCallback<DataCollectionState<T>>? actualizeListener,
  2. StateCallback<DataCollectionState<T>>? stateListener,
})

Implementation

const SimpleCollectionListener({
  this.actualizeListener,
  this.stateListener,
});