menu
dk_util package
documentation
log/dk_log.dart
DKLog
setShowLocation static method
setShowLocation static method
dark_mode
light_mode
setShowLocation
static method
void
setShowLocation
(
bool
show
)
设置是否显示调用位置
Implementation
static void setShowLocation(bool show) { _showLocation = show; }
dk_util package
documentation
log/dk_log
DKLog
setShowLocation static method
DKLog class