StreamSignalMixin
StreamSignalMixin is a mixin for a Signal that adds reactive methods for Stream.
This allows you to use the Stream
API with a Signal and use it anywhere a Stream
is expected.
StreamBuilder
You can use StreamBuilder
to build a widget that automatically updates when the signal emits a new value.