mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
remove unused function
This commit is contained in:
parent
268dd9dd76
commit
72bcc97463
1 changed files with 0 additions and 5 deletions
|
@ -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
|
// contact entries
|
||||||
List<ContactEntry> getContactEntries() {
|
List<ContactEntry> getContactEntries() {
|
||||||
return isar.contactEntrys.where().sortByName().findAllSync();
|
return isar.contactEntrys.where().sortByName().findAllSync();
|
||||||
|
|
Loading…
Reference in a new issue