be0a084a73
Work towards https://github.com/dart-lang/sdk/issues/62767 Each removed parameter is an optional parameter, which never has an associated argument in any of the function's call sites. The parameters are used inside the functions though, and so the definition is moved to be a local variable. Change-Id: I5627cab797ee371274d697844db810f3d08d20a5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/483860 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>