Unverified Commit 2a1c078b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] add null safety argument to unbreak frob (#60102)

parent 4953cbce
......@@ -153,6 +153,7 @@ String generateTestBootstrap({
File testConfigFile,
bool updateGoldens = false,
String languageVersionHeader = '',
bool nullSafety = false,
}) {
assert(testUrl != null);
assert(host != 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