removeValue abstract method

Future<NodeValue?> removeValue(
  1. String key
)

Removes a value from the node.

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

Implementation

Future<NodeValue?> removeValue(String key);