getWallets method

Future<List<WalletApp>> getWallets()

Return available wallets list.

Implementation

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