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