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