@override Future<void> removeAllMetadatas() async { await dbRdy; await removeEvents(kinds: [Metadata.kKind]); }