infer_Pre method

Future<InferResponse> infer_Pre(
  1. ServiceCall call,
  2. Future<InferRequest> request
)

Implementation

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