getPubspecPath method
Gets the absolute path to the pubspec.yaml file.
Implementation
String getPubspecPath() {
return join(current, pubspecDir, 'pubspec.yaml');
}
Gets the absolute path to the pubspec.yaml file.
String getPubspecPath() {
return join(current, pubspecDir, 'pubspec.yaml');
}