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