getLinksByTarget_Pre method
Future<MessagesResponse>
getLinksByTarget_Pre(
- ServiceCall call,
- Future<
LinksByTargetRequest> request
Implementation
$async.Future<$1.MessagesResponse> getLinksByTarget_Pre($grpc.ServiceCall call, $async.Future<$1.LinksByTargetRequest> request) async {
return getLinksByTarget(call, await request);
}