SecuritySettings constructor

SecuritySettings({
  1. bool? enableGoogleServices,
  2. bool? useRoot,
  3. bool? useEmulator,
  4. bool? useDeveloperMode,
  5. bool? useAdb,
  6. bool? useDebug,
})

Implementation

SecuritySettings(
    {this.enableGoogleServices,
    this.useRoot,
    this.useEmulator,
    this.useDeveloperMode,
    this.useAdb,
    this.useDebug});