shouldAttemptRetryOnException method

  1. @override
bool shouldAttemptRetryOnException(
  1. Exception reason
)
override

Implementation

@override
bool shouldAttemptRetryOnException(Exception reason) {
  print(reason);

  return false;
}