menu
dk_util package
documentation
log/dk_log_example.dart
UserBehaviorLogExample
logPageView static method
logPageView static method
dark_mode
light_mode
logPageView
static method
void
logPageView
(
String
pageName
)
Implementation
static void logPageView(String pageName) { DKLog.i('页面访问: $pageName', tag: 'Analytics'); }
dk_util package
documentation
log/dk_log_example
UserBehaviorLogExample
logPageView static method
UserBehaviorLogExample class