clear method

void clear()

Clears all data.

Implementation

void clear() {
  _paths.clear();

  notifyListeners();
}