LoggerConfig constructor
const
LoggerConfig({})
Create a LoggerConfig.
Implementation
const LoggerConfig({
this.enableInDebug = true,
this.allowedIds = const [],
this.enableLongPressGesture = true,
this.enablePersistence = false,
this.maxStoredLogs,
});