findShortestPath method

ResponseFuture<ShortestPathResponse> findShortestPath(
  1. ShortestPathRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ShortestPathResponse> findShortestPath(
  $0.ShortestPathRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$findShortestPath, request, options: options);
}