attach function

void attach(
  1. List<String> args
)

alias of flutter attach

Implementation

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