updateCurrentPath method
- String path
Updates the current path and notifies listeners.
Implementation
void updateCurrentPath(String path) {
state = state.copyWith(currentPath: path);
}
Updates the current path and notifies listeners.
void updateCurrentPath(String path) {
state = state.copyWith(currentPath: path);
}