loadPubspec method

Pubspec loadPubspec()

Implementation

Pubspec loadPubspec() {
  return Pubspec.parse(buffer.toString());
}