menu
core_kit package
documentation
utils/ck_logger.dart
CkLogger
error static method
error static method
dark_mode
light_mode
error
static method
void
error
(
String
message
, {
String
?
tag
,
})
Implementation
static void error(String message, {String? tag}) { _log('ERROR', message, tag: tag); }
core_kit package
documentation
utils/ck_logger
CkLogger
error static method
CkLogger class