menu
bloc_small package
documentation
reactive_subject.dart
ReactiveSubject<T>
sink property
sink property
dark_mode
light_mode
sink
property
Sink
<
T
>
get
sink
The sink of the underlying subject.
Implementation
Sink<T> get sink => _subject.sink;
bloc_small package
documentation
reactive_subject
ReactiveSubject<T>
sink property
ReactiveSubject class