SecureShieldConfig constructor

SecureShieldConfig({
  1. bool terminateOnRoot = false,
  2. bool terminateOnEmulator = false,
  3. bool terminateOnDebugger = false,
  4. bool terminateOnHooking = false,
  5. bool terminateOnTampered = false,
  6. Map<ThreatLevel, ThreatAction>? advancedPolicy,
})

Implementation

SecureShieldConfig({
  this.terminateOnRoot = false,
  this.terminateOnEmulator = false,
  this.terminateOnDebugger = false,
  this.terminateOnHooking = false,
  this.terminateOnTampered = false,
  this.advancedPolicy,
});