@override Future<void> removeAllEvents() async { isar_ds.isar.write((isar) { isar.dbEvents.clear(); }); }