update method

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

Update the node with the value

Implementation

Future<void> update(Map<String, dynamic> value) {
  return _databaseReferencePlatform.update(value);
}