Dart API Reference
dart:html
Node
replaceWith
replaceWith
method
Replaces this node with another node.
@DomName('Node.replaceChild')
Node
replaceWith
(
Node
otherNode
)
Replaces this node with another node.