has_Pre method
Implementation
$async.Future<$0.HasReply> has_Pre(
$grpc.ServiceCall call, $async.Future<$0.HasRequest> request) async {
return has(call, await request);
}
$async.Future<$0.HasReply> has_Pre(
$grpc.ServiceCall call, $async.Future<$0.HasRequest> request) async {
return has(call, await request);
}