getWalletsByEmail_Pre method
Future<GetWalletsByEmailReply>
getWalletsByEmail_Pre(
- ServiceCall call,
- Future<
GetWalletsByEmailRequest> request
Implementation
$async.Future<$0.GetWalletsByEmailReply> getWalletsByEmail_Pre($grpc.ServiceCall call, $async.Future<$0.GetWalletsByEmailRequest> request) async {
return getWalletsByEmail(call, await request);
}