BoxUpdateHandler constructor

BoxUpdateHandler(
  1. HiveViewState _hiveViewState,
  2. ErrorCallback _errorCallback, {
  3. int? objectIndex,
})

BoxUpdateHandler constructor

_hiveViewState : The HiveViewState instance. _errorCallback : The callback function to handle errors. objectIndex : Optional, the index of the object to update.

Implementation

BoxUpdateHandler(
  this._hiveViewState,
  this._errorCallback, {
  this.objectIndex,
});