getPaths_Pre method
- ServiceCall call,
- Future<
GetPathsRequest> request
Implementation
$async.Future<$36.GetPathsResponse> getPaths_Pre($grpc.ServiceCall call, $async.Future<$36.GetPathsRequest> request) async {
return getPaths(call, await request);
}