getWallets method

Future<Map<String, Wallet>> getWallets()

Gets the wallets of the currently logged in user, if one exists.

Not implemented yet.

Implementation

Future<Map<String, Wallet>> getWallets() {
  throw UnimplementedError();
}