infer_Pre method
- ServiceCall call,
- Future<
InferRequest> request
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);
}