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