menu
star_live package
documentation
utils/debug_log.dart
DebugLogCallback typedef
DebugLogCallback typedef
dark_mode
light_mode
DebugLogCallback
typedef
DebugLogCallback
=
void Function
(
Object
?
message
, {
bool
?
forceLog
,
String
?
tag
})
Implementation
typedef DebugLogCallback = void Function(Object? message, {String? tag, bool? forceLog});
star_live package
documentation
utils/debug_log
DebugLogCallback typedef
debug_log library