@override T watch<T>(GetT<T> get, {bool autoVsync = true, bool useScope = true}) { final GetT<T> g = read(get); return g.value; }