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 1b2a207 commit b0b19d6Copy full SHA for b0b19d6
frontend_server/lib/server.dart
@@ -78,7 +78,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
78
/// version for testing.
79
Future<int> starter(
80
List<String> args, {
81
- _FlutterFrontendCompiler compiler,
+ frontend.CompilerInterface compiler,
82
Stream<List<int>> input,
83
StringSink output,
84
}) async {
0 commit comments