In download_dart_sdk.py, we previously ran curl with the --verbose flag when the --verbose flag was passed to the script. This generates vast quantities of output that is unlikely to be valuable except if we're attempting to debug a curl download issue. In such a case we could perhaps pass a separate --verbose-download flag as well. Issue: https://github.com/flutter/flutter/issues/94492