update method

Future<void> update(
  1. Map<String, Object?> value
)

Update the node with the value

Implementation

Future<void> update(Map<String, Object?> value) {
  throw UnimplementedError('update() not implemented');
}