run method

Future<void> run(
  1. List<String> args
)

Runs the Flutter application with the provided args.

Implementation

Future<void> run(List<String> args) => runFlutter(['run', ...args]);