void linkPaths(String to, String from)

Aliases one data path as another, such that path notifications from one are routed to the other.

Source

void linkPaths(String to, String from) {
  jsElement.callMethod('linkPaths', [to, from]);
}