walletGetPost method
Fetch an e-wallet
Implementation
Future<chopper.Response<WalletGetResponse>> walletGetPost(
{required WalletGetRequest? body}) {
generatedMapping.putIfAbsent(
WalletGetResponse, () => WalletGetResponse.fromJsonFactory);
return _walletGetPost(body: body);
}