@override Future<List<Metadata?>> loadMetadatas(List<String> pubKeys) async { return Future.wait(pubKeys.map(loadMetadata)); }