updateHumanPhone method

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

Implementation

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