retryWhenFactory property
The factory method used to create the Stream which triggers a re-listen
Implementation
final Stream<void> Function(
  Object error,
  StackTrace stackTrace,
) retryWhenFactory;The factory method used to create the Stream which triggers a re-listen
final Stream<void> Function(
  Object error,
  StackTrace stackTrace,
) retryWhenFactory;