menu
dsalink package
documentation
utils.dart
BroadcastStreamController<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
T
>
get
stream
override
The stream that this controller is controlling.
Implementation
@override Stream<T> get stream => _stream;
dsalink package
documentation
utils
BroadcastStreamController<T>
stream property
BroadcastStreamController class