shouldRetry property

bool Function(Exception exception, int retryCount) shouldRetry
final

Function to determine if a request should be retried

Implementation

final bool Function(Exception exception, int retryCount) shouldRetry;