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