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