listRepoLinks_Pre method
- 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);
}