proxy property

The active observer capturing dependencies.

Implementation

static LevitReactiveObserver? get proxy => _LevitReactiveCore.proxy;
set proxy (LevitReactiveObserver? value)

Sets the active observer.

Implementation

static set proxy(LevitReactiveObserver? value) {
  _LevitReactiveCore.proxy = value;
}