addEdge method
Adds a LayoutEdge to the network. Although this method is provided for completeness, #linkVertexes provides a more efficient manner of linking vertexes already in the network. @param {LayoutEdge} edge
Implementation
void addEdge(_i3.LayoutEdge edge) {
_i4.callMethod(
this,
'addEdge',
[edge],
);
}