EntityQueryHandler typedef

EntityQueryHandler = Future<List<Map<String, dynamic>>> Function(List<String> identifiers)

Type definition for entity query handler functions.

Implementation

typedef EntityQueryHandler =
    Future<List<Map<String, dynamic>>> Function(List<String> identifiers);