@override Future<void> removeAllEvents() async { await dbRdy; final eventBox = _objectBox.store.box<DbNip01Event>(); eventBox.removeAll(); }