retryWhenFactory property

Stream<void> Function(Object error, StackTrace stackTrace) retryWhenFactory
final

The factory method used to create the Stream which triggers a re-listen

Implementation

final Stream<void> Function(
  Object error,
  StackTrace stackTrace,
) retryWhenFactory;