Future<bool> deleteAllWallets() async { walletsStream.add([]); walletRepository.deleteAll(); return true; }