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