menu
fj_phone_server_plugin package
documentation
util/logger_util.dart
LoggerUtil
logI method
logI method
dark_mode
light_mode
logI
method
void
logI
(
String
msg
, {
String
tag
=
BaseHttpConstant.TAG
,
})
Implementation
void logI(String msg, {String tag = BaseHttpConstant.TAG}) { loggerNoStack.i('$tag >>> $msg'); }
fj_phone_server_plugin package
documentation
util/logger_util
LoggerUtil
logI method
LoggerUtil class