Sets one query parameter and writes the updated URL to browser history.
void set(String key, Object? value, {bool push = false, Object? state}) { update({key: value}, push: push, state: state); }