PamConfig constructor

PamConfig(
  1. String pamServer,
  2. String publicDBAlias,
  3. String loginDBAlias,
  4. String trackingConsentMessageID,
  5. bool enableLog, {
  6. String loginKey = "",
  7. bool blockEventsIfNoConsent = false,
})

Implementation

PamConfig(
  this.pamServer,
  this.publicDBAlias,
  this.loginDBAlias,
  this.trackingConsentMessageID,
  this.enableLog, {
  this.loginKey = "",
  this.blockEventsIfNoConsent = false,
});