updateState method

ResponseFuture<ServicePointState> updateState(
  1. ServicePointState request, {
  2. CallOptions? options,
})

Implementation

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