removeNodes method
Removes multiple nodes
Notifies listeners to this provider
Implementation
void removeNodes(List<VSNodeData> nodeDatas) async {
nodeManager.removeNodes(nodeDatas);
historyManager?.updateHistory();
notifyListeners();
}
Removes multiple nodes
Notifies listeners to this provider
void removeNodes(List<VSNodeData> nodeDatas) async {
nodeManager.removeNodes(nodeDatas);
historyManager?.updateHistory();
notifyListeners();
}