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