getPubspecPath method

String getPubspecPath()

Gets the absolute path to the pubspec.yaml file.

Implementation

String getPubspecPath() {
  return join(current, pubspecDir, 'pubspec.yaml');
}