menu
library_store package
documentation
utils/log.dart
Log
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
String
tag
,
Object
?
message
)
Implementation
static void e(String tag, Object? message) { if (_kDebugMode) { logger.log(tag, error: message); } }
library_store package
documentation
utils/log
Log
e static method
Log class