updateHumanEmail method

ResponseFuture<UpdateHumanEmailResponse> updateHumanEmail(
  1. UpdateHumanEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateHumanEmailResponse> updateHumanEmail(
    $1.UpdateHumanEmailRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateHumanEmail, request, options: options);
}