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]);
}
Aliases one data path as another, such that path notifications from one are routed to the other.
void linkPaths(String to, String from) {
jsElement.callMethod('linkPaths', [to, from]);
}