menu
event_bus_arch package
documentation
event_bus_arch.dart
RepeatStream<T>
streamFactory property
streamFactory property
dark_mode
light_mode
streamFactory
property
Stream
<
T
>
Function
(
int
)
streamFactory
final
The factory method used at subscription time
Implementation
final Stream<T> Function(int) streamFactory;
event_bus_arch package
documentation
event_bus_arch
RepeatStream<T>
streamFactory property
RepeatStream class