accountsGetPost method
Retrieve accounts
Implementation
Future<chopper.Response<AccountsGetResponse>> accountsGetPost(
{required AccountsGetRequest? body}) {
generatedMapping.putIfAbsent(
AccountsGetResponse, () => AccountsGetResponse.fromJsonFactory);
return _accountsGetPost(body: body);
}