BloomShorebirdConfig constructor

const BloomShorebirdConfig({
  1. bool enabled = false,
  2. String appId = 'auto',
  3. bool autoCheckUpdate = true,
  4. Map<String, String> flavors = const {},
})

Creates a BloomShorebirdConfig instance.

Implementation

const BloomShorebirdConfig({
  this.enabled = false,
  this.appId = 'auto',
  this.autoCheckUpdate = true,
  this.flavors = const {},
});