listRepoLinks_Pre method
Future<ListRepoLinksResponse>
listRepoLinks_Pre(
- ServiceCall call,
- Future<
ListRepoLinksRequest> request
Implementation
$async.Future<$1.ListRepoLinksResponse> listRepoLinks_Pre($grpc.ServiceCall call, $async.Future<$1.ListRepoLinksRequest> request) async {
return listRepoLinks(call, await request);
}