updateValue abstract method

Future<NodeValue?> updateValue(
  1. NodeValue value
)

Update a specific value of the node.

@param value the key to be updated @return the requested value or null if not found @throws StorageException if the storage backend encounters a problem

Implementation

Future<NodeValue?> updateValue(NodeValue value);