generateCryptoAddress method

Future<Response> generateCryptoAddress({
  1. required String accountId,
})

Implementation

Future<http.Response> generateCryptoAddress({
  required String accountId,
}) async =>
    post(path: '/coinbase-accounts/$accountId/addresses');