recoveryFn property

Stream<S> Function(Object error, StackTrace stackTrace) recoveryFn
final

Method which returns a Stream, based from the error.

Implementation

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