fetchPubspecContent abstract method

Future<String> fetchPubspecContent(
  1. Uri uri
)

Fetches the content of a file.yaml file given its URI.

Implementation

Future<String> fetchPubspecContent(Uri uri);