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