ObservableStore extension
StreamController implementation inspired by the sample controller sample at: https://dart.dev/articles/libraries/creating-streams#honoring-the-pause-state https://dart.dev/articles/libraries/code/stream_controller.dart
- on
Properties
-
entityChanges
→ Stream<
List< Type> > -
Available on Store, provided by the ObservableStore extension
Returns a broadcast stream to data changes on all Entity types.no setter
Methods
-
watch<
EntityT> () → Stream< void> -
Available on Store, provided by the ObservableStore extension
Create a stream to data changes on EntityT (stored Entity class).