Unverified Commit 1f2972c7 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Prepare for API addition to HttpClientResponse (#32834)

https://github.com/dart-lang/sdk/issues/36971
parent 8fa470f3
......@@ -1762,6 +1762,10 @@ class _MockHttpResponse extends Stream<List<int>> implements HttpClientResponse
@override
int get contentLength => -1;
// @override
// TODO(tvolkert): Uncomment @override annotation once SDK change lands.
bool get autoUncompress => true;
@override
List<Cookie> get cookies => null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment