acknowledge method

ResponseFuture<AcknowledgeResponse> acknowledge(
  1. AcknowledgeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AcknowledgeResponse> acknowledge(
    $0.AcknowledgeRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$acknowledge, request, options: options);
}