BoxUpdateHandler class

Constructors

BoxUpdateHandler(HiveViewState _hiveViewState, ErrorCallback _errorCallback, {int? objectIndex})
BoxUpdateHandler constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
objectIndex int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObject(Map<String, dynamic> addedObject) Future<bool>
Adds an object to the current opened box
clearBox() Future<bool>
deleteFieldOfObject() Future<bool>
Deletes a field of an object in the current opened box
deleteRowObject(List<int> rowIndices) Future<bool>
Deletes multiple rows of an object in the current opened box
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateObject() Future<bool>
Updates an object in the current opened box

Operators

operator ==(Object other) bool
The equality operator.
inherited