menu
jh_debug package
documentation
index.dart
JhDebug
setPrintLog method
setPrintLog method
dark_mode
light_mode
setPrintLog
method
void
setPrintLog
(
String
text
)
设置print栏日志内容
Implementation
void setPrintLog(String text) { logDataUtls.addPringLog(text); }
jh_debug package
documentation
index
JhDebug
setPrintLog method
JhDebug class