Get all wallets currently known to the usecase.
Future<List<Wallet>> getWallets() async { await _initializationFuture; return _wallets.toList(); }