menu
flutter_slc_boxes package
documentation
flutter/slc/common/log_util.dart
LogUtil
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
Object
?
object
, {
String
?
tag
,
})
Implementation
static void e(Object? object, {String? tag}) { _printLog(tag, ' e ', object); }
flutter_slc_boxes package
documentation
flutter/slc/common/log_util
LogUtil
e static method
LogUtil class