resetSavedNodes method

Future resetSavedNodes()

Implementation

Future resetSavedNodes() async {
  await dataStore!.remove('dsa_nodes');
}