LogStorageConfig constructor

const LogStorageConfig({
  1. bool enabled = false,
  2. String? key,
})

Implementation

const LogStorageConfig({
  this.enabled = false,
  this.key,
});