getState method

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

Implementation

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