deleteEdge method
Removes a LayoutEdge from the network. @param {LayoutEdge} edge
Implementation
void deleteEdge(_i3.LayoutEdge edge) {
_i4.callMethod(
this,
'deleteEdge',
[edge],
);
}
Removes a LayoutEdge from the network. @param {LayoutEdge} edge
void deleteEdge(_i3.LayoutEdge edge) {
_i4.callMethod(
this,
'deleteEdge',
[edge],
);
}