stopCreating method
void
stopCreating()
Stops the creation process and clears the state
Implementation
void stopCreating() {
newEntryPath = null;
notifyListeners();
}
Stops the creation process and clears the state
void stopCreating() {
newEntryPath = null;
notifyListeners();
}