getCommandToRun method

CommandToRun getCommandToRun(
  1. String pubspec
)

Implementation

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