Unverified Commit abfb6cb7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] unbreak g3 usage of installHook (#58711)

parent 30af9a7b
...@@ -88,7 +88,9 @@ FlutterPlatform installHook({ ...@@ -88,7 +88,9 @@ FlutterPlatform installHook({
FlutterProject flutterProject, FlutterProject flutterProject,
String icudtlPath, String icudtlPath,
PlatformPluginRegistration platformPluginRegistration, PlatformPluginRegistration platformPluginRegistration,
@required List<String> extraFrontEndOptions, List<String> extraFrontEndOptions,
// Deprecated, use extraFrontEndOptions.
List<String> dartExperiments,
}) { }) {
assert(testWrapper != null); assert(testWrapper != null);
assert(enableObservatory || (!startPaused && observatoryPort == null)); assert(enableObservatory || (!startPaused && observatoryPort == 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