describeUncached abstract method
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);