shouldAttemptRetryOnResponse method
Defines whether the request should be retried after the request has
received response
from the server.
Implementation
FutureOr<bool> shouldAttemptRetryOnResponse(BaseResponse response) => false;
Defines whether the request should be retried after the request has
received response
from the server.
FutureOr<bool> shouldAttemptRetryOnResponse(BaseResponse response) => false;