Return available wallets list.
Future<List<Map<String, dynamic>>> getWallets() async { return await _walletsList.getWallets(); }