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