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