effects property
Stream<Effect>
get
effects
A stream of side effects triggered by the feature.
Side effects include tasks like API calls or data storage, which don't modify the state directly. This also can be used as place to send some one-time UI events.
Implementation
Stream<Effect> get effects;