updatePath method
Implementation
@internal
void updatePath(String newPath) {
path = newPath;
// Reset Knobs
knobs.clear();
queryParams.remove('knobs');
notifyListeners();
}
@internal
void updatePath(String newPath) {
path = newPath;
// Reset Knobs
knobs.clear();
queryParams.remove('knobs');
notifyListeners();
}