update abstract method

Future<void> update(
  1. Node node
)

Update a StorageNode inside the data.

@param node is the node to updated @throws StorageException if the storage backend encounters a problem

Implementation

Future<void> update(Node node);