getGeometries method

ResponseFuture<GetGeometriesResponse> getGeometries(
  1. GetGeometriesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$14.GetGeometriesResponse> getGeometries($14.GetGeometriesRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getGeometries, request, options: options);
}