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