fetchWallets method

Future<List> fetchWallets()

Fetches wallets for the currently logged in user.

Not implemented yet.

Implementation

Future<List> fetchWallets() {
  throw UnimplementedError();
}