BoxUpdateHandler constructor
BoxUpdateHandler(
- HiveViewState _hiveViewState,
- ErrorCallback _errorCallback, {
- 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,
});