getHiddenInspections method

Future<Map<String, HiddenInspectionEntry>> getHiddenInspections()

Implementation

Future<Map<String, HiddenInspectionEntry>> getHiddenInspections() async {
  final entries = await _loadHiddenInspections();
  return Map<String, HiddenInspectionEntry>.from(entries);
}