setWallets method

Future<void> setWallets(
  1. Map<String, Wallet> wallets
)

Sets wallets for the logged in user.

Not implemented yet.

Implementation

Future<void> setWallets(Map<String, Wallet> wallets) {
  throw UnimplementedError();
}