ObservableStore extension

on

Properties

entityChanges Stream<List<Type>>
Returns a broadcast stream to data changes on all Entity types.
no setter

Methods

watch<EntityT>() Stream<void>
Create a stream to data changes on EntityT (stored Entity class).