findShortestPath_Pre method

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

Implementation

$async.Future<$0.ShortestPathResponse> findShortestPath_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ShortestPathRequest> $request) async {
  return findShortestPath($call, await $request);
}