build function

void build(
  1. List<String> args
)

Implementation

void build(List<String> args) {
  start('flutter', ['build', ...args]);
}