getHumanProfile method

ResponseFuture<GetHumanProfileResponse> getHumanProfile(
  1. GetHumanProfileRequest request, {
  2. CallOptions? options,
})

Implementation

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