mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The old `whichAll` implementation was not considering different extensions for executables on Windows. By defering to OS-built-in tools we avoid implementing it. Fixes #8882.