channel function

void channel(
  1. List<String> args
)

Implementation

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