pubspecExists method

Future<bool> pubspecExists()

Implementation

Future<bool> pubspecExists() {
  return pubspec().exists();
}