addOrUpdateValue abstract method

Future<void> addOrUpdateValue(
  1. NodeValue value
)

Add a key/value pair to the node.

Adds a K/V tuple to the node. The key must not exist prior adding.

Implementation

Future<void> addOrUpdateValue(NodeValue value);