updateEnclaveFrame method
ResponseFuture<EnclaveFrame>
updateEnclaveFrame(
- EnclaveFrameUpdateRequest request, {
- 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);
}