RequestQueueEntry typedef

RequestQueueEntry = ({Completer completer, List<String> targetKeys, String uid})

Implementation

typedef RequestQueueEntry = ({
  String uid,
  List<String> targetKeys,
  Completer completer
});