AwareSensorConfig constructor

AwareSensorConfig({
  1. bool debug = false,
  2. bool enabled = false,
  3. String label = "",
  4. String? deviceId,
  5. String? dbEncryptionKey,
  6. DatabaseType dbType = DatabaseType.DEFAULT,
  7. String dbPath = "aware",
  8. String? dbHost,
})

Implementation

AwareSensorConfig(
    {this.debug = false,
    this.enabled = false,
    this.label = "",
    this.deviceId,
    this.dbEncryptionKey,
    this.dbType = DatabaseType.DEFAULT,
    this.dbPath = "aware",
    this.dbHost});