updateQuery method

  1. @internal
void updateQuery(
  1. String value
)

Updates the q query parameter with the given value.

Implementation

@internal
void updateQuery(String value) {
  query = value;
  notifyListeners();
}