LogStreamEmpty constructor

const LogStreamEmpty(
  1. {dynamic extra,
  2. int? clientId}
)

The log is written nowhere

Implementation

const LogStreamEmpty({
  this.extra,
  this.clientId,
});