TenantScopedRx<T> constructor

TenantScopedRx<T>(
  1. T _initialValueFactory()
)

Implementation

TenantScopedRx(this._initialValueFactory);