findShortestPath method

Future<ShortestPathResponse> findShortestPath(
  1. ClientContext? ctx,
  2. ShortestPathRequest request
)

Implementation

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