updateHumanUser method

ResponseFuture<UpdateHumanUserResponse> updateHumanUser(
  1. UpdateHumanUserRequest request, {
  2. CallOptions? options,
})

Update Human User

Deprecated: Use UpdateUser to update a user of type human instead.

Update all information from a user.

Implementation

$grpc.ResponseFuture<$0.UpdateHumanUserResponse> updateHumanUser(
  $0.UpdateHumanUserRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateHumanUser, request, options: options);
}