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