removeAll method

Future<void> removeAll()

Implementation

Future<void> removeAll() async {
  _data.clear();
  await DucTelemetry().clear();
  notifyListeners();
}