Remove unused optional parameters of private functions. (#60446)

This commit is contained in:
Sam Rawlins 2020-07-15 09:41:02 -07:00 committed by GitHub
parent 6f56ba453d
commit 54f99d642d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,6 @@ TaskFunction createMicrobenchmarkTask() {
}
Future<Process> _startFlutter({
String command = 'run',
List<String> options = const <String>[],
bool canFail = false,
Map<String, String> environment,