getHumanProfile method
ResponseFuture<GetHumanProfileResponse>
getHumanProfile(
- GetHumanProfileRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetHumanProfileResponse> getHumanProfile($0.GetHumanProfileRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getHumanProfile, request, options: options);
}