@override Future<void> removeMetadata(String pubKey) async { await dbRdy; await removeEvents(pubKeys: [pubKey], kinds: [Metadata.kKind]); }