downloadToSystemCache abstract method

Future<DownloadPackageResult> downloadToSystemCache(
  1. PackageId id,
  2. SystemCache cache
)

Downloads the package identified by id to the system cache.

Implementation

Future<DownloadPackageResult> downloadToSystemCache(
  PackageId id,
  SystemCache cache,
);