WhenErrorCallback typedef
WhenErrorCallback =
FutureOr<bool> Function(Object object, StackTrace stackTrace, int retryCount)
Implementation
typedef WhenErrorCallback = FutureOr<bool> Function(
Object object,
StackTrace stackTrace,
int retryCount,
);