menu
aliplayer_widget package
documentation
utils/log_util.dart
LogCallback typedef
LogCallback typedef
dark_mode
light_mode
LogCallback
typedef
LogCallback
=
void Function
(
LogLevel
level
,
String
tag
,
String
message
)
回调函数类型定义
Implementation
typedef LogCallback = void Function( LogLevel level, String tag, String message, );
aliplayer_widget package
documentation
utils/log_util
LogCallback typedef
log_util library