Unverified Commit 08254b21 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Revert "Remove TODOs added for HTTP abort() change in dart sdk (#63924)" (#63972)

This reverts commit b1c17313.
parent b1c17313
......@@ -228,7 +228,9 @@ class _MockHttpRequest extends HttpClientRequest {
return Future<HttpClientResponse>.value(_MockHttpResponse());
}
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override
// ignore: override_on_non_overriding_member
void abort([Object exception, StackTrace stackTrace]) {}
@override
......
......@@ -378,7 +378,9 @@ class FakeHttpClientRequest implements HttpClientRequest {
@override
void writeln([Object obj = '']) {}
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override
// ignore: override_on_non_overriding_member
void abort([Object exception, StackTrace stackTrace]) {}
}
......
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