fetch method
Returns an offline-only health snapshot.
Implementation
@override
/// Returns an offline-only health snapshot.
Future<PackageHealth> fetch(
String packageName, DepSherpaConfig config) async {
return const PackageHealth(offline: true);
}