test function

void test(
  1. List<String> args
)

Implementation

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