Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f6c4c3df
Unverified
Commit
f6c4c3df
authored
Mar 17, 2022
by
Brian Quinlan
Committed by
GitHub
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary ignore: override_on_non_overriding_member (#99793)
parent
1cb9fb57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
_binding_io.dart
packages/flutter_test/lib/src/_binding_io.dart
+0
-2
fake_http_client.dart
packages/flutter_tools/test/src/fake_http_client.dart
+0
-2
No files found.
packages/flutter_test/lib/src/_binding_io.dart
View file @
f6c4c3df
...
...
@@ -115,7 +115,6 @@ class _MockHttpClient implements HttpClient {
void
addProxyCredentials
(
String
host
,
int
port
,
String
realm
,
HttpClientCredentials
credentials
)
{
}
@override
// ignore: override_on_non_overriding_member
Future
<
ConnectionTask
<
Socket
>>
Function
(
Uri
url
,
String
?
proxyHost
,
int
?
proxyPort
)?
connectionFactory
;
@override
...
...
@@ -128,7 +127,6 @@ class _MockHttpClient implements HttpClient {
bool
Function
(
X509Certificate
cert
,
String
host
,
int
port
)?
badCertificateCallback
;
@override
// ignore: override_on_non_overriding_member
Function
(
String
line
)?
keyLog
;
@override
...
...
packages/flutter_tools/test/src/fake_http_client.dart
View file @
f6c4c3df
...
...
@@ -141,7 +141,6 @@ class FakeHttpClient implements HttpClient {
}
@override
// ignore: override_on_non_overriding_member
Future
<
ConnectionTask
<
Socket
>>
Function
(
Uri
url
,
String
?
proxyHost
,
int
?
proxyPort
)?
connectionFactory
;
@override
...
...
@@ -154,7 +153,6 @@ class FakeHttpClient implements HttpClient {
bool
Function
(
X509Certificate
cert
,
String
host
,
int
port
)?
badCertificateCallback
;
@override
// ignore: override_on_non_overriding_member
Function
(
String
line
)?
keyLog
;
@override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment