remove unused function

This commit is contained in:
julian 2023-11-15 08:46:52 -06:00
parent 268dd9dd76
commit 72bcc97463

View file

@ -101,11 +101,6 @@ class MainDB {
}
}
// TODO refactor this elsewhere as it not only interacts with MainDB's isar
Future<void> deleteWallet({required String walletId}) async {
throw UnimplementedError();
}
// contact entries
List<ContactEntry> getContactEntries() {
return isar.contactEntrys.where().sortByName().findAllSync();