attach function

void attach(
  1. List<String> args
)

Implementation

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