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