listRepoLinks_Pre method

Future<ListRepoLinksResponse> listRepoLinks_Pre(
  1. ServiceCall call,
  2. Future<ListRepoLinksRequest> request
)

Implementation

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