Future setQuery(String query, {bool? isInput}) async { if (_isDisposed) return; await _query.update(() => query); }