build method

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

Runs a Flutter build command with the provided args.

Implementation

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