describeUncached abstract method

Future<Pubspec> describeUncached(
  1. PackageId id,
  2. SystemCache cache
)

Loads the (possibly remote) pubspec for the package version identified by id.

This will only be called for packages that have not yet been installed in the system cache.

Implementation

Future<Pubspec> describeUncached(PackageId id, SystemCache cache);