menu
orkitt package
documentation
utils.dart
Debug
error static method
error static method
dark_mode
light_mode
error
static method
void
error
(
Object
?
message
, {
String
?
tag
,
})
Implementation
static void error(Object? message, {String? tag}) => log(message, level: LogLevel.error, tag: tag);
orkitt package
documentation
utils
Debug
error static method
Debug class