We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a1d9 commit 83ab499Copy full SHA for 83ab499
flutter-idea/src/io/flutter/vmService/FlutterFramesMonitor.java
@@ -75,10 +75,6 @@ public FlutterFramesMonitor(@NotNull DisplayRefreshRateManager displayRefreshRat
75
public void received(String streamId, Event event) {
76
onVmServiceReceived(streamId, event);
77
}
78
-
79
- @Override
80
- public void connectionClosed() {
81
- }
82
});
83
84
0 commit comments