getPubspecContents method

Future<String> getPubspecContents()

Implementation

Future<String> getPubspecContents() {
  return pubspec().readAsString();
}