TenantScopedRx<T> class
Tenant-scoped reactive state
Constructors
- TenantScopedRx(T _initialValueFactory())
Properties
Methods
-
clearAll(
) → void - Clear all tenant states
-
clearTenant(
String tenantId) → void - Clear tenant state
-
getForTenant(
String tenantId) → Rx< T> - Get state for current tenant
-
getTenantIds(
) → List< String> - Get all tenant IDs with state
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited