menu
jh_debug package
documentation
utils/logData_utls.dart
LogDataUtls
clearDebug method
clearDebug method
dark_mode
light_mode
clearDebug
method
void
clearDebug
(
)
debug 清空日志
Implementation
void clearDebug() { _debugLogAll = []; flushDebug(); }
jh_debug package
documentation
utils/logData_utls
LogDataUtls
clearDebug method
LogDataUtls class