shouldRetry property

bool Function(Object error)? shouldRetry
final

Function to determine if an error should be retried

Implementation

final bool Function(Object error)? shouldRetry;