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