Executes a Flutter pub command with the provided args.
args
Future<void> runPub(List<String> args) => _execute(_pubCommand, args);