BeiziCustomController constructor

BeiziCustomController({
  1. bool canUseLocation = true,
  2. BeiziLocation? location,
  3. bool canUseWifiState = true,
  4. bool canUsePhoneState = true,
  5. bool canUseOaid = true,
  6. bool canUseGaid = true,
  7. String? devOaid,
  8. String? oaidVersion,
  9. bool canUseAppList = true,
  10. bool shouldForbidSensor = false,
  11. bool canUseAndroidId = true,
  12. String? androidId,
})

Implementation

BeiziCustomController({
  this.canUseLocation = true,
  this.location,
  this.canUseWifiState = true,
  this.canUsePhoneState = true,
  this.canUseOaid = true,
  this.canUseGaid = true,
  this.devOaid,
  this.oaidVersion,
  this.canUseAppList = true,
  this.shouldForbidSensor = false,
  this.canUseAndroidId = true,
  this.androidId,
});