update abstract method

Future<void> update(
  1. Node n2, {
  2. bool deepClone = true,
})

Update all data of the node with the data of the given node.

@param n2 the node whose values should be copied @throws StorageException if the storage backend encounters a problem

Implementation

Future<void> update(Node n2, {bool deepClone = true});