Remove unused optional parameters of private functions. (#60446)
This commit is contained in:
parent
6f56ba453d
commit
54f99d642d
@ -61,7 +61,6 @@ TaskFunction createMicrobenchmarkTask() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<Process> _startFlutter({
|
Future<Process> _startFlutter({
|
||||||
String command = 'run',
|
|
||||||
List<String> options = const <String>[],
|
List<String> options = const <String>[],
|
||||||
bool canFail = false,
|
bool canFail = false,
|
||||||
Map<String, String> environment,
|
Map<String, String> environment,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user