Return available wallets list.
Future<List<WalletApp>> getWallets() async { return await _walletsList.getWallets(); }