menu
flutter_effect_player package
documentation
ftceffect_player.dart
LogUtils
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
String
tag
,
Object
msg
)
print error log
Implementation
static void e(String tag, Object msg) { log(LogLevel.error, tag, msg); }
flutter_effect_player package
documentation
ftceffect_player
LogUtils
e static method
LogUtils class