menu
dwds package
documentation
shared/batched_stream.dart
BatchedStreamController<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
List
<
T
>
>
get
stream
Output stream of batch events.
Implementation
Stream<List<T>> get stream => _outputController.stream;
dwds package
documentation
shared/batched_stream
BatchedStreamController<T>
stream property
BatchedStreamController class