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