collectFunc typedef

collectFunc = bool Function(List<Map<String, String>> maps, List<String> supportedLanguages)

Implementation

typedef collectFunc = bool Function(
    List<Map<String, String>> maps, List<String> supportedLanguages);