streamRetry method
Retry this request and stream the response. Throws a StateError
if this
request did not or has yet to fail.
Implementation
@override
Future<StreamedResponse> streamRetry() {
_verifyCanRetryManually();
return clone().streamSend(method);
}