menu
yk_flutter_core package
documentation
yk_log.dart
YkLog
init static method
init static method
dark_mode
light_mode
init
static method
dynamic
init
(
{
required
YkLogDelegate
delegate
,
})
Implementation
static init({required YkLogDelegate delegate}) { YkLog._instance._delegate = delegate; }
yk_flutter_core package
documentation
yk_log
YkLog
init static method
YkLog class