get method

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

Implementation

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