getHumanProfile_Pre method
Future<GetHumanProfileResponse>
getHumanProfile_Pre(
- ServiceCall $call,
- Future<
GetHumanProfileRequest> $request
Implementation
$async.Future<$0.GetHumanProfileResponse> getHumanProfile_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetHumanProfileRequest> $request) async {
return getHumanProfile($call, await $request);
}