Runs the Flutter application with the provided args.
args
Future<void> run(List<String> args) => runFlutter(['run', ...args]);