stopCreating method

void stopCreating()

Stops the creation process and clears the state

Implementation

void stopCreating() {
  newEntryPath = null;
  notifyListeners();
}