deleteVertex method
Removes a LayoutVertex from the network. This function also deletes all edges to or from the vertex. @param {LayoutVertex} vertex
Implementation
void deleteVertex(_i3.LayoutVertex vertex) {
_i4.callMethod(
this,
'deleteVertex',
[vertex],
);
}