recoveryFn property

Stream<S> Function(Object error) recoveryFn
final

Method which returns a Stream, based from the error.

Implementation

final Stream<S> Function(Object error) recoveryFn;