format function

void format(
  1. List<String> args
)

Implementation

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