findShortestPath abstract method

Future<ShortestPathResponse> findShortestPath(
  1. ServiceCall call,
  2. ShortestPathRequest request
)

Implementation

$async.Future<$0.ShortestPathResponse> findShortestPath(
    $grpc.ServiceCall call, $0.ShortestPathRequest request);