clearNodes method
void
clearNodes()
Cleares all nodes
Notifies listeners to this provider
Implementation
void clearNodes() async {
nodeManager.clearNodes();
historyManager?.updateHistory();
notifyListeners();
}
Cleares all nodes
Notifies listeners to this provider
void clearNodes() async {
nodeManager.clearNodes();
historyManager?.updateHistory();
notifyListeners();
}