findShortestPath method
- ClientContext? ctx,
- ShortestPathRequest request
Implementation
$async.Future<ShortestPathResponse> findShortestPath(
$pb.ClientContext? ctx, ShortestPathRequest request) =>
_client.invoke<ShortestPathResponse>(ctx, 'KumihoService',
'FindShortestPath', request, ShortestPathResponse());