updateQuery method
Updates the q
query parameter with the given value
.
Implementation
@internal
void updateQuery(String value) {
query = value;
notifyListeners();
}
Updates the q
query parameter with the given value
.
@internal
void updateQuery(String value) {
query = value;
notifyListeners();
}