addEnclaveEnvironmentVariable method

ResponseFuture<EnclaveEnvironmentVariable> addEnclaveEnvironmentVariable(
  1. EnclaveEnvironmentVariableAddRequest request, {
  2. CallOptions? options,
})

Add environment variable to enclave

Implementation

$grpc.ResponseFuture<$2.EnclaveEnvironmentVariable>
    addEnclaveEnvironmentVariable(
  $2.EnclaveEnvironmentVariableAddRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addEnclaveEnvironmentVariable, request,
      options: options);
}