InfiniteSessionConfig constructor

const InfiniteSessionConfig({
  1. bool? enabled,
  2. double? backgroundCompactionThreshold,
  3. double? bufferExhaustionThreshold,
})

Implementation

const InfiniteSessionConfig({
  this.enabled,
  this.backgroundCompactionThreshold,
  this.bufferExhaustionThreshold,
});