menu
shelf_flutter_app package
documentation
properties/logger_conf.dart
LoggerConf
LoggerConf.new const constructor
LoggerConf.new const constructor
dark_mode
light_mode
LoggerConf
constructor
const
LoggerConf
(
{
bool
logRequest
=
true
,
void
customLogger
(
String
message
,
bool
isError
)?,
})
Implementation
const LoggerConf({ this.logRequest = true, this.customLogger, });
shelf_flutter_app package
documentation
properties/logger_conf
LoggerConf
LoggerConf.new const constructor
LoggerConf class