IntegrityCheckConfig constructor

const IntegrityCheckConfig({
  1. bool blockIfRootedOrJailbroken = true,
  2. bool blockIfDeveloperMode = false,
  3. bool blockIfEmulatorOrSimulator = true,
})

Implementation

const IntegrityCheckConfig({
  this.blockIfRootedOrJailbroken = true,
  this.blockIfDeveloperMode = false,
  this.blockIfEmulatorOrSimulator = true,
});