@override Future<void> removeAllMetadatas() async { await dbRdy; final metadataBox = _objectBox.store.box<DbMetadata>(); metadataBox.removeAll(); }