infer_Pre method
Implementation
$async.Future<$8.InferResponse> infer_Pre($grpc.ServiceCall call, $async.Future<$8.InferRequest> request) async {
return infer(call, await request);
}
$async.Future<$8.InferResponse> infer_Pre($grpc.ServiceCall call, $async.Future<$8.InferRequest> request) async {
return infer(call, await request);
}