ConfigSettings constructor

ConfigSettings({
  1. String? channel,
  2. String? emulatedFormFactor,
  3. String? formFactor,
  4. String? locale,
  5. Object? onlyCategories,
})

Implementation

ConfigSettings({
  this.channel,
  this.emulatedFormFactor,
  this.formFactor,
  this.locale,
  this.onlyCategories,
});