Lấy một RxState từ manager dựa trên key
RxState<T>? getState<T>(String key) { return _states[key] as RxState<T>?; }