getValue abstract method

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

Get a specific value of the node.

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

Implementation

Future<NodeValue?> getValue(String key);