getCommandToRun method
Implementation
CommandToRun getCommandToRun(String pubspec) {
return CommandToRun(
command: 'pub',
keys: const [],
workingDirectory: pubspec,
);
}
CommandToRun getCommandToRun(String pubspec) {
return CommandToRun(
command: 'pub',
keys: const [],
workingDirectory: pubspec,
);
}