List<KV?> getAllByKeySync(List<String> keyValues) { final values = keyValues.map((e) => [e]).toList(); return getAllByIndexSync(r'key', values); }