repairCachedPackages abstract method

Future<Iterable<RepairResult>> repairCachedPackages(
  1. SystemCache cache
)

Reinstalls all packages that have been previously installed into the system cache by this source.

Returns a list of results indicating for each if that package was successfully repaired.

Implementation

Future<Iterable<RepairResult>> repairCachedPackages(SystemCache cache);