updateHumanPhone method

ResponseFuture<UpdateHumanPhoneResponse> updateHumanPhone(
  1. UpdateHumanPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateHumanPhoneResponse> updateHumanPhone(
    $1.UpdateHumanPhoneRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateHumanPhone, request, options: options);
}