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