LogStreamEmpty constructor
const
LogStreamEmpty({
- dynamic extra,
- int? clientId,
The log is written nowhere
Implementation
const LogStreamEmpty({
this.extra,
this.clientId,
});
The log is written nowhere
const LogStreamEmpty({
this.extra,
this.clientId,
});