menu
rxdart package
documentation
subjects.dart
subjects.dart
dark_mode
light_mode
subjects
library
Classes
BehaviorSubject
<
T
>
A special StreamController that captures the latest item that has been added to the controller, and emits that as the first item to any new listener.
PublishSubject
<
T
>
Exactly like a normal broadcast StreamController with one exception: this class is both a Stream and Sink.
ReplaySubject
<
T
>
A special StreamController that captures all of the items that have been added to the controller, and emits those as the first items to any new listener.
Subject
<
T
>
The base for all Subjects. If you'd like to create a new Subject, extend from this class.
rxdart package
documentation
subjects.dart
rxdart
package
Libraries
rxdart
streams
subjects
transformers
utils
rx_subjects library