Retry this request. Throws a StateError if this request did not or has yet to fail.
StateError
@override Future<Response> retry() { _verifyCanRetryManually(); return clone().send(method); }