InspectionCategoryLoader typedef

InspectionCategoryLoader = Future<List<CheckCategory>> Function(InspectionLocation inspection)

Implementation

typedef InspectionCategoryLoader = Future<List<CheckCategory>> Function(
  InspectionLocation inspection,
);