updateEnclaveFrame method

ResponseFuture<EnclaveFrame> updateEnclaveFrame(
  1. EnclaveFrameUpdateRequest request, {
  2. CallOptions? options,
})

Update the properties of a frame

Implementation

$grpc.ResponseFuture<$2.EnclaveFrame> updateEnclaveFrame(
  $2.EnclaveFrameUpdateRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateEnclaveFrame, request, options: options);
}