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